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

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