Class NpgsqlTsQueryFollowedBy
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
TsQuery "Followed by" Node.
public sealed class NpgsqlTsQueryFollowedBy : NpgsqlTsQueryBinOp
- Inheritance
-
NpgsqlTsQueryFollowedBy
- Inherited Members
Constructors
NpgsqlTsQueryFollowedBy(NpgsqlTsQuery, int, NpgsqlTsQuery)
Creates a "followed by" operator, specifying 2 child nodes and the distance between them in lexemes.
public NpgsqlTsQueryFollowedBy(NpgsqlTsQuery left, int distance, NpgsqlTsQuery right)
Parameters
left
NpgsqlTsQuerydistance
intright
NpgsqlTsQuery
Properties
Distance
The distance between the 2 nodes, in lexemes.
public int Distance { get; set; }