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
Methods
Parse(string)
Parses a tsquery in PostgreSQL's text format.
public static NpgsqlTsQuery Parse(string value)
Parameters
value
string
Returns
ToString()
Writes the tsquery in PostgreSQL's text format.
public override string ToString()