Table of Contents

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?)

public override bool Equals(NpgsqlTsQuery? other)

Parameters

other NpgsqlTsQuery

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int