Class NpgsqlTsQueryAnd
TsQuery And node.
Inherited Members
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlTsQueryAnd : NpgsqlTsQueryBinOp
Constructors
NpgsqlTsQueryAnd(NpgsqlTsQuery, NpgsqlTsQuery)
Creates an and operator, with two given child nodes.
Declaration
public NpgsqlTsQueryAnd(NpgsqlTsQuery left, NpgsqlTsQuery right)
Parameters
Type | Name | Description |
---|---|---|
NpgsqlTsQuery | left | |
NpgsqlTsQuery | right |