DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeRangeCondition Class / expr Property

In This Topic
    expr Property
    In This Topic
    An array of RuntimeRangeExpression objects comprising the range condition.
    Syntax
    'Declaration
     
    Public Property expr As RuntimeRangeExpression()
    public RuntimeRangeExpression[] expr {get; set;}
    See Also