Table of Contents

Class NpgsqlTsQueryAnd

Namespace
NpgsqlTypes
Assembly
Npgsql.dll

TsQuery And node.

public sealed class NpgsqlTsQueryAnd : NpgsqlTsQueryBinOp
Inheritance
NpgsqlTsQueryAnd
Inherited Members

Constructors

NpgsqlTsQueryAnd(NpgsqlTsQuery, NpgsqlTsQuery)

Creates an and operator, with two given child nodes.

public NpgsqlTsQueryAnd(NpgsqlTsQuery left, NpgsqlTsQuery right)

Parameters

left NpgsqlTsQuery
right NpgsqlTsQuery