[]
        
(Showing Draft Content)

C1.DataEngine.RuntimeRangeExpression

RuntimeRangeExpression Class

Represents an atomic range expression applied to a column in a C1DataEngine query.

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

Constructors

Name Description
RuntimeRangeExpression()

Initializes a new instance of the RuntimeRangeExpression class.

RuntimeRangeExpression(string, object)

Initializes a new instance of the RuntimeRangeExpression class.

Properties

Name Description
op

Case-sensitive string that denotes a condition operator.

value

Value to use when evaluating the expression.

Methods

Name Description
isFilter()

Returns a value that indicates whether the expression must be evaluated as a filter (as opposed to a range).