[]
Represents an atomic range expression applied to a column in a C1DataEngine query.
[DataContract]
public class RuntimeRangeExpression
| Name | Description |
|---|---|
| RuntimeRangeExpression() | Initializes a new instance of the RuntimeRangeExpression class. |
| RuntimeRangeExpression(string, object) | Initializes a new instance of the RuntimeRangeExpression class. |
| Name | Description |
|---|---|
| op | Case-sensitive string that denotes a condition operator. |
| value | Value to use when evaluating the expression. |
| Name | Description |
|---|---|
| isFilter() | Returns a value that indicates whether the expression must be evaluated as a filter (as opposed to a range). |