Class NpgsqlTsQueryAnd
TsQuery And node.
Inherited Members
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 |