Class InclusiveRangeCondition
- Namespace
- The.SQL.QIR.Conditions
- Assembly
- Instagile.dll
[MessagePackObject(false)]
public sealed record InclusiveRangeCondition : Condition, IEquatable<Condition>, IEquatable<InclusiveRangeCondition>
- Inheritance
-
InclusiveRangeCondition
- Implements
- Inherited Members
Constructors
InclusiveRangeCondition(Value, Value, Value)
public InclusiveRangeCondition(Value Operand, Value From, Value To)
Parameters
Properties
From
[Key(1)]
public Value From { get; init; }
Property Value
Joins
Joins required to reach this condition.
[IgnoreMember]
public override IEnumerable<Join> Joins { get; }
Property Value
Operand
[Key(0)]
public Value Operand { get; init; }
Property Value
To
[Key(2)]
public Value To { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.