Class NpgsqlTsQueryFollowedBy
TsQuery "Followed by" Node.
Implements
Inherited Members
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlTsQueryFollowedBy : NpgsqlTsQueryBinOp, IEquatable<NpgsqlTsQuery>
Constructors
NpgsqlTsQueryFollowedBy(NpgsqlTsQuery, Int32, NpgsqlTsQuery)
Creates a "followed by" operator, specifying 2 child nodes and the distance between them in lexemes.
Declaration
public NpgsqlTsQueryFollowedBy(NpgsqlTsQuery left, int distance, NpgsqlTsQuery right)
Parameters
Type | Name | Description |
---|---|---|
NpgsqlTsQuery | left | |
Int32 | distance | |
NpgsqlTsQuery | right |
Properties
Distance
The distance between the 2 nodes, in lexemes.
Declaration
public int Distance { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Equals(NpgsqlTsQuery)
Returns a value indicating whether this instance and a specified NpgsqlTsQuery object represent the same value.
Declaration
public override bool Equals(NpgsqlTsQuery other)
Parameters
Type | Name | Description |
---|---|---|
NpgsqlTsQuery | other | An object to compare to this instance. |
Returns
Type | Description |
---|---|
Boolean | true if g is equal to this instance; otherwise, false. |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |