DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeRangeExpression Class / RuntimeRangeExpression Constructor / RuntimeRangeExpression Constructor(String,Object)
Case-sensitive string that denotes a condition operator.
Value to use when evaluating the expression.

In This Topic
    RuntimeRangeExpression Constructor(String,Object)
    In This Topic
    Initializes a new instance of the RuntimeRangeExpression class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal op As String, _
       ByVal value As Object _
    )
    public RuntimeRangeExpression( 
       string op,
       object value
    )

    Parameters

    op
    Case-sensitive string that denotes a condition operator.
    value
    Value to use when evaluating the expression.
    See Also