Table of Contents

Class NpgsqlTsQueryNot

Namespace
NpgsqlTypes
Assembly
Npgsql.dll

TsQuery Not node.

public sealed class NpgsqlTsQueryNot : NpgsqlTsQuery
Inheritance
NpgsqlTsQueryNot
Inherited Members

Constructors

NpgsqlTsQueryNot(NpgsqlTsQuery)

Creates a not operator, with a given child node.

public NpgsqlTsQueryNot(NpgsqlTsQuery child)

Parameters

child NpgsqlTsQuery

Properties

Child

Child node

public NpgsqlTsQuery Child { get; set; }

Property Value

NpgsqlTsQuery