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
Inheritance
NpgsqlTsQueryEmpty
Inherited Members

Constructors

NpgsqlTsQueryEmpty()

Creates a tsquery that represents an empty query. Should not be used as child node.

public NpgsqlTsQueryEmpty()