DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeQuery Class / isRange Method

In This Topic
    isRange Method
    In This Topic
    Returns a value that indicates whether the query has one or more range conditions AND all of them may be evaluated as a range.
    Syntax
    'Declaration
     
    Public Function isRange() As Boolean
    public bool isRange()
    See Also