Show / Hide Table of Contents

Class NpgsqlTsQueryFollowedBy

TsQuery "Followed by" Node.

Inheritance
System.Object
NpgsqlTsQuery
NpgsqlTsQueryBinOp
NpgsqlTsQueryFollowedBy
Inherited Members
NpgsqlTsQueryBinOp.Left
NpgsqlTsQueryBinOp.Right
NpgsqlTsQuery.Kind
NpgsqlTsQuery.ToString()
NpgsqlTsQuery.Parse(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlTsQueryFollowedBy : NpgsqlTsQueryBinOp

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
System.Int32 distance
NpgsqlTsQuery right

Properties

Distance

The distance between the 2 nodes, in lexemes.

Declaration
public int Distance { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX