Show / Hide Table of Contents

Class NpgsqlTsQueryBinOp

Base class for TsQuery binary operators (& and |).

Inheritance
System.Object
NpgsqlTsQuery
NpgsqlTsQueryBinOp
NpgsqlTsQueryAnd
NpgsqlTsQueryFollowedBy
NpgsqlTsQueryOr
Inherited Members
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 abstract class NpgsqlTsQueryBinOp : NpgsqlTsQuery

Properties

Left

Left child

Declaration
public NpgsqlTsQuery Left { get; set; }
Property Value
Type Description
NpgsqlTsQuery

Right

Right child

Declaration
public NpgsqlTsQuery Right { get; set; }
Property Value
Type Description
NpgsqlTsQuery
Back to top Generated by DocFX