[]
        
(Showing Draft Content)

C1.DataEngine.RuntimeRangeCondition.-ctor

RuntimeRangeCondition Constructor

RuntimeRangeCondition(string, RuntimeRangeExpression[])

Initializes a new instance of the RuntimeRangeCondition class.

Declaration
public RuntimeRangeCondition(string name, RuntimeRangeExpression[] expr)
Parameters
Type Name Description
string name

The name of the column to use when evaluating the range condition.

RuntimeRangeExpression[] expr

An array of RuntimeRangeExpression objects comprising the range condition.

RuntimeRangeCondition()

Initializes a new instance of the RuntimeRangeCondition class.

Declaration
public RuntimeRangeCondition()