ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportFiltering Interface / FilterAsync Method
The filter expression applied to the data.

In This Topic
    FilterAsync Method (ISupportFiltering)
    In This Topic
    Filters the data using specified filterExpression.
    Syntax
    'Declaration
     
    Function FilterAsync( _
       ByVal filterExpression As FilterExpression _
    ) As System.Threading.Tasks.Task
    System.Threading.Tasks.Task FilterAsync( 
       FilterExpression filterExpression
    )

    Parameters

    filterExpression
    The filter expression applied to the data.
    See Also