Show / Hide Table of Contents

Class NpgsqlTsQueryOr

TsQuery Or Node.

Inheritance
System.Object
NpgsqlTsQuery
NpgsqlTsQueryBinOp
NpgsqlTsQueryOr
Inherited Members
NpgsqlTsQueryBinOp.Left
NpgsqlTsQueryBinOp.Right
NpgsqlTsQuery.Kind
NpgsqlTsQuery.ToString()
NpgsqlTsQuery.Parse(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlTsQueryOr : NpgsqlTsQueryBinOp

Constructors

NpgsqlTsQueryOr(NpgsqlTsQuery, NpgsqlTsQuery)

Creates an or operator, with two given child nodes.

Declaration
public NpgsqlTsQueryOr(NpgsqlTsQuery left, NpgsqlTsQuery right)
Parameters
Type Name Description
NpgsqlTsQuery left
NpgsqlTsQuery right
In This Article
Back to top Generated by DocFX