DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeQuery Class / range Property

In This Topic
    range Property (RuntimeQuery)
    In This Topic
    An optional array of range conditions
    Syntax
    'Declaration
     
    Public Property range As RuntimeRangeCondition()
    public RuntimeRangeCondition[] range {get; set;}
    See Also