Table of Contents

Class NpgsqlTsQueryOr

Namespace
NpgsqlTypes
Assembly
Npgsql.dll

TsQuery Or Node.

public sealed class NpgsqlTsQueryOr : NpgsqlTsQueryBinOp
Inheritance
NpgsqlTsQueryOr
Inherited Members

Constructors

NpgsqlTsQueryOr(NpgsqlTsQuery, NpgsqlTsQuery)

Creates an or operator, with two given child nodes.

public NpgsqlTsQueryOr(NpgsqlTsQuery left, NpgsqlTsQuery right)

Parameters

left NpgsqlTsQuery
right NpgsqlTsQuery