Show / Hide Table of Contents

Class NpgsqlTsQuery

Represents a PostgreSQL tsquery. This is the base class for lexeme, not, and and or nodes.

Inheritance
System.Object
NpgsqlTsQuery
NpgsqlTsQueryBinOp
NpgsqlTsQueryEmpty
NpgsqlTsQueryLexeme
NpgsqlTsQueryNot
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public abstract class NpgsqlTsQuery : object

Properties

Kind

Node kind

Declaration
public NpgsqlTsQuery.NodeKind Kind { get; protected set; }
Property Value
Type Description
NpgsqlTsQuery.NodeKind

Methods

Parse(String)

Parses a tsquery in PostgreSQL's text format.

Declaration
public static NpgsqlTsQuery Parse(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
NpgsqlTsQuery

ToString()

Writes the tsquery in PostgreSQL's text format.

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX