Class NpgsqlTsQueryEmpty
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
Represents an empty tsquery. Shold only be used as top node.
public sealed class NpgsqlTsQueryEmpty : NpgsqlTsQuery, IEquatable<NpgsqlTsQuery>
- Inheritance
-
NpgsqlTsQueryEmpty
- Implements
- Inherited Members
Constructors
NpgsqlTsQueryEmpty()
Creates a tsquery that represents an empty query. Should not be used as child node.
public NpgsqlTsQueryEmpty()
Methods
Equals(NpgsqlTsQuery?)
Returns a value indicating whether this instance and a specified NpgsqlTsQuery object represent the same value.
public override bool Equals(NpgsqlTsQuery? other)
Parameters
other
NpgsqlTsQueryAn object to compare to this instance.
Returns
GetHashCode()
public override int GetHashCode()