DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Api Assembly / C1.DataEngine Namespace / RuntimeRangeExpression Class / isFilter Method

In This Topic
    isFilter Method (RuntimeRangeExpression)
    In This Topic
    Returns a value that indicates whether the expression must be evaluated as a filter (as opposed to a range).
    Syntax
    'Declaration
     
    Public Function isFilter() As Boolean
    public bool isFilter()
    See Also