Table of Contents

Class ExistsCondition

Namespace
The.SQL.QIR.Conditions
Assembly
Instagile.dll
[MessagePackObject(false)]
public sealed record ExistsCondition : Condition, IEquatable<Condition>, IEquatable<ExistsCondition>
Inheritance
ExistsCondition
Implements
Inherited Members

Constructors

ExistsCondition(SelectExpression, bool)

public ExistsCondition(SelectExpression Expression, bool Negate)

Parameters

Expression SelectExpression
Negate bool

Properties

Expression

[Key(0)]
public SelectExpression Expression { get; init; }

Property Value

SelectExpression

Negate

[Key(1)]
public bool Negate { get; init; }

Property Value

bool

Methods

ToLines()

public override IEnumerable<string> ToLines()

Returns

IEnumerable<string>

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.