Class NpgsqlTsQueryOr
- Namespace
- NpgsqlTypes
- Assembly
- Npgsql.dll
TsQuery Or Node.
public sealed class NpgsqlTsQueryOr : NpgsqlTsQueryBinOp, IEquatable<NpgsqlTsQuery>
- Inheritance
-
NpgsqlTsQueryOr
- Implements
- Inherited Members
Constructors
NpgsqlTsQueryOr(NpgsqlTsQuery, NpgsqlTsQuery)
Creates an or operator, with two given child nodes.
public NpgsqlTsQueryOr(NpgsqlTsQuery left, NpgsqlTsQuery right)
Parameters
left
NpgsqlTsQueryright
NpgsqlTsQuery
Methods
Equals(NpgsqlTsQuery?)
public override bool Equals(NpgsqlTsQuery? other)
Parameters
other
NpgsqlTsQuery
Returns
GetHashCode()
public override int GetHashCode()