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
ExpressionSelectExpressionNegatebool
Properties
Expression
[Key(0)]
public SelectExpression Expression { get; init; }
Property Value
Negate
[Key(1)]
public bool Negate { get; init; }
Property Value
Methods
ToLines()
public override IEnumerable<string> ToLines()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.