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

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