Show / Hide Table of Contents

Class NpgsqlTsQueryEmpty

Represents an empty tsquery. Shold only be used as top node.

Inheritance
System.Object
NpgsqlTsQuery
NpgsqlTsQueryEmpty
Inherited Members
NpgsqlTsQuery.Kind
NpgsqlTsQuery.ToString()
NpgsqlTsQuery.Parse(String)
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()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX