Table of Contents

Class NpgsqlTsQueryBinOp

Namespace
NpgsqlTypes
Assembly
Npgsql.dll

Base class for TsQuery binary operators (& and |).

public abstract class NpgsqlTsQueryBinOp : NpgsqlTsQuery
Inheritance
NpgsqlTsQueryBinOp
Derived
Inherited Members

Constructors

NpgsqlTsQueryBinOp()

protected NpgsqlTsQueryBinOp()

Properties

Left

Left child

public NpgsqlTsQuery Left { get; set; }

Property Value

NpgsqlTsQuery

Right

Right child

public NpgsqlTsQuery Right { get; set; }

Property Value

NpgsqlTsQuery