Table of Contents

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

Operand Value
From Value
To Value

Properties

From

[Key(1)]
public Value From { get; init; }

Property Value

Value

Joins

Joins required to reach this condition.

[IgnoreMember]
public override IEnumerable<Join> Joins { get; }

Property Value

IEnumerable<Join>

Operand

[Key(0)]
public Value Operand { get; init; }

Property Value

Value

To

[Key(2)]
public Value To { get; init; }

Property Value

Value

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.