[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.RemoveFilterAsync

RemoveFilterAsync Method

RemoveFilterAsync<T>(IDataCollection<T>)

Removes any filter applied to the collection previously.

Declaration
public static Task RemoveFilterAsync<T>(this IDataCollection<T> dataCollection) where T : class?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

Returns
Type Description
Task
Type Parameters
Name Description
T