Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / RemoveFilterAsync<T> Method
The data collection.

In This Topic
    RemoveFilterAsync<T> Method
    In This Topic
    Removes any filter applied to the collection previously.
    Syntax
    'Declaration
     
    
    Public Shared Function RemoveFilterAsync(Of T As Class)( _
       ByVal dataCollection As IDataCollection(Of T) _
    ) As Task
    public static Task RemoveFilterAsync<T>( 
       IDataCollection<T> dataCollection
    )
    where T: class

    Parameters

    dataCollection
    The data collection.

    Type Parameters

    T
    See Also