Show / Hide Table of Contents

Class NpgsqlTsQueryNot

TsQuery Not node.

Inheritance
System.Object
NpgsqlTsQuery
NpgsqlTsQueryNot
Inherited Members
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 NpgsqlTsQueryNot : NpgsqlTsQuery

Constructors

NpgsqlTsQueryNot(NpgsqlTsQuery)

Creates a not operator, with a given child node.

Declaration
public NpgsqlTsQueryNot(NpgsqlTsQuery child)
Parameters
Type Name Description
NpgsqlTsQuery child

Properties

Child

Child node

Declaration
public NpgsqlTsQuery Child { get; set; }
Property Value
Type Description
NpgsqlTsQuery
Back to top Generated by DocFX