Enum NpgsqlTsQuery.NodeKind
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
NodeKind
public enum NpgsqlTsQuery.NodeKind
Fields
And = 2
And operator
Empty = -1
Represents the empty tsquery. Should only be used at top level.
Lexeme = 0
Lexeme
Not = 1
Not operator
Or = 3
Or operator
Phrase = 4
"Followed by" operator