[]
Represents a range condition (composed of one or more expressions) applied to a column in a C1DataEngine query.
[DataContract]
public class RuntimeRangeCondition
| Name | Description |
|---|---|
| RuntimeRangeCondition() | Initializes a new instance of the RuntimeRangeCondition class. |
| RuntimeRangeCondition(string, RuntimeRangeExpression[]) | Initializes a new instance of the RuntimeRangeCondition class. |
| Name | Description |
|---|---|
| expr | An array of RuntimeRangeExpression objects comprising the range condition. |
| name | The name of the column to use when evaluating the range condition. |
| Name | Description |
|---|---|
| isFilter() | Returns a value that indicates whether the range condition contains any expressions that must be evaluated as a filter (as opposed to a range). |