Class NpgsqlTsQueryEmpty
Represents an empty tsquery. Shold only be used as top node.
Inherited Members
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlTsQueryEmpty : NpgsqlTsQuery
Constructors
| Improve this Doc View SourceNpgsqlTsQueryEmpty()
Creates a tsquery that represents an empty query. Should not be used as child node.
Declaration
public NpgsqlTsQueryEmpty()
Methods
| Improve this Doc View SourceEquals(NpgsqlTsQuery?)
Returns a value indicating whether this instance and a specified NpgsqlTsQuery object represent the same value.
Declaration
public override bool Equals(NpgsqlTsQuery? other)
Parameters
Type | Name | Description |
---|---|---|
NpgsqlTsQuery | other | An object to compare to this instance. |
Returns
Type | Description |
---|---|
bool | true if g is equal to this instance; otherwise, false. |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |