Class NpgsqlTsQueryNot
TsQuery Not node.
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlTsQueryNot : NpgsqlTsQuery
Constructors
NpgsqlTsQueryNot(NpgsqlTsQuery)
Creates a not operator, with a given child node.
Declaration
public NpgsqlTsQueryNot(NpgsqlTsQuery child)
Parameters
Type | Name | Description |
---|---|---|
NpgsqlTsQuery | child |
Properties
Child
Child node
Declaration
public NpgsqlTsQuery Child { get; set; }
Property Value
Type | Description |
---|---|
NpgsqlTsQuery |