Class NpgsqlTsQueryEmpty
Represents an empty tsquery. Shold only be used as top node.
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()