Table of Contents

Class NpgsqlTsQuery

Namespace
NpgsqlTypes
Assembly
Npgsql.dll

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

public abstract class NpgsqlTsQuery
Inheritance
NpgsqlTsQuery
Derived
Inherited Members

Constructors

NpgsqlTsQuery()

protected NpgsqlTsQuery()

Properties

Kind

Node kind

public NpgsqlTsQuery.NodeKind Kind { get; protected set; }

Property Value

NpgsqlTsQuery.NodeKind

Methods

Parse(string)

Parses a tsquery in PostgreSQL's text format.

public static NpgsqlTsQuery Parse(string value)

Parameters

value string

Returns

NpgsqlTsQuery

ToString()

Writes the tsquery in PostgreSQL's text format.

public override string ToString()

Returns

string