Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / C1DataFilter Class / ApplyFilterAsync Method

In This Topic
    ApplyFilterAsync Method
    In This Topic
    Applies the filter to the items source asynchronously.
    Syntax
    'Declaration
     
    
    Public Function ApplyFilterAsync() As Task
    public Task ApplyFilterAsync()
    Exceptions
    ExceptionDescription
    The PredicateExpression can not be used with the System.Data.DataTable class.
    See Also