Show / Hide Table of Contents

Class NpgsqlTsQueryBinOp

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

Inheritance
System.Object
NpgsqlTsQuery
NpgsqlTsQueryBinOp
NpgsqlTsQueryAnd
NpgsqlTsQueryOr
Inherited Members
NpgsqlTsQuery.Kind
NpgsqlTsQuery.ToString()
NpgsqlTsQuery.Parse(String)
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public abstract class NpgsqlTsQueryBinOp : NpgsqlTsQuery

Properties

Left

Left child

Declaration
public NpgsqlTsQuery Left { get; set; }
Property Value
Type Description
NpgsqlTsQuery

Right

Right child

Declaration
public NpgsqlTsQuery Right { get; set; }
Property Value
Type Description
NpgsqlTsQuery
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX