Table of Contents

Class NpgsqlTsQueryNot

Namespace
NpgsqlTypes
Assembly
Npgsql.dll

TsQuery Not node.

public sealed class NpgsqlTsQueryNot : NpgsqlTsQuery, IEquatable<NpgsqlTsQuery>
Inheritance
NpgsqlTsQueryNot
Implements
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

Methods

Equals(NpgsqlTsQuery?)

public override bool Equals(NpgsqlTsQuery? other)

Parameters

other NpgsqlTsQuery

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int