[]
Initializes a new instance of the RuntimeRangeCondition class.
public RuntimeRangeCondition(string name, RuntimeRangeExpression[] expr)
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. |
Initializes a new instance of the RuntimeRangeCondition class.
public RuntimeRangeCondition()