Class NpgsqlTsQueryBinOp
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
Base class for TsQuery binary operators (& and |).
public abstract class NpgsqlTsQueryBinOp : NpgsqlTsQuery, IEquatable<NpgsqlTsQuery>
- Inheritance
-
NpgsqlTsQueryBinOp
- Implements
- Derived
- Inherited Members
Constructors
NpgsqlTsQueryBinOp(NodeKind, NpgsqlTsQuery, NpgsqlTsQuery)
Constructs a NpgsqlTsQueryBinOp.
protected NpgsqlTsQueryBinOp(NpgsqlTsQuery.NodeKind kind, NpgsqlTsQuery left, NpgsqlTsQuery right)
Parameters
kind
NpgsqlTsQuery.NodeKindleft
NpgsqlTsQueryright
NpgsqlTsQuery
Properties
Left
Left child
public NpgsqlTsQuery Left { get; set; }
Property Value
Right
Right child
public NpgsqlTsQuery Right { get; set; }