Show / Hide Table of Contents

Class NpgsqlTsQueryAnd

TsQuery And node.

Inheritance
System.Object
NpgsqlTsQuery
NpgsqlTsQueryBinOp
NpgsqlTsQueryAnd
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 NpgsqlTsQueryAnd : NpgsqlTsQueryBinOp

Constructors

NpgsqlTsQueryAnd(NpgsqlTsQuery, NpgsqlTsQuery)

Creates an and operator, with two given child nodes.

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