Class NpgsqlTsQueryEmpty
Represents an empty tsquery. Shold only be used as top 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 NpgsqlTsQueryEmpty : NpgsqlTsQuery
Constructors
NpgsqlTsQueryEmpty()
Creates a tsquery that represents an empty query. Should not be used as child node.
Declaration
public NpgsqlTsQueryEmpty()