[]
        
(Showing Draft Content)

C1.DataEngine.RuntimeRangeCondition

RuntimeRangeCondition Class

Represents a range condition (composed of one or more expressions) applied to a column in a C1DataEngine query.

Inheritance
RuntimeRangeCondition
Namespace: C1.DataEngine
Assembly: C1.DataEngine.Api.dll
Syntax
[DataContract]
public class RuntimeRangeCondition

Constructors

Name Description
RuntimeRangeCondition()

Initializes a new instance of the RuntimeRangeCondition class.

RuntimeRangeCondition(string, RuntimeRangeExpression[])

Initializes a new instance of the RuntimeRangeCondition class.

Properties

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.

Methods

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).