Class NpgsqlTsQueryBinOp
Base class for TsQuery binary operators (& and |).
Inheritance
System.Object
NpgsqlTsQueryBinOp
Inherited Members
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 |