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