[]
Removes any filter applied to the collection previously.
public static Task RemoveFilterAsync<T>(this IDataCollection<T> dataCollection) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| Task |
| Name | Description |
|---|---|
| T |