Show / Hide Table of Contents

Class NpgsqlTsQueryEmpty

Represents an empty tsquery. Shold only be used as top node.

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

Constructors

NpgsqlTsQueryEmpty()

Creates a tsquery that represents an empty query. Should not be used as child node.

Declaration
public NpgsqlTsQueryEmpty()
Back to top Generated by DocFX