Class NpgsqlTsQueryFollowedBy
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
TsQuery "Followed by" Node.
public sealed class NpgsqlTsQueryFollowedBy : NpgsqlTsQueryBinOp, IEquatable<NpgsqlTsQuery>
- Inheritance
-
NpgsqlTsQueryFollowedBy
- Implements
- Inherited Members
Constructors
NpgsqlTsQueryFollowedBy(NpgsqlTsQuery, short, NpgsqlTsQuery)
Creates a "followed by" operator, specifying 2 child nodes and the distance between them in lexemes.
public NpgsqlTsQueryFollowedBy(NpgsqlTsQuery left, short distance, NpgsqlTsQuery right)
Parameters
left
NpgsqlTsQuerydistance
shortright
NpgsqlTsQuery
Properties
Distance
The distance between the 2 nodes, in lexemes.
public short Distance { get; set; }
Property Value
Methods
Equals(NpgsqlTsQuery?)
Returns a value indicating whether this instance and a specified NpgsqlTsQuery object represent the same value.
public override bool Equals(NpgsqlTsQuery? other)
Parameters
other
NpgsqlTsQueryAn object to compare to this instance.
Returns
GetHashCode()
public override int GetHashCode()