[]
Filters the data using specified filter parameters.
public static Task FilterAsync<T>(this C1DataCollection<T> dataCollection, Expression<Func<T, object>> filterPath, FilterOperation filterOperation, object value) where T : class
Public Shared Function FilterAsync(Of T As Class)(dataCollection As C1DataCollection(Of T), filterPath As Expression(Of Func(Of T, Object)), filterOperation As FilterOperation, value As Object) As Task
| Type | Name | Description |
|---|---|---|
| C1DataCollection<T> | dataCollection | The data collection. |
| Expression<Func<T, object>> | filterPath | The path of the data item to which the filter will be applied. |
| FilterOperation | filterOperation | The filter operation. |
| object | value | The value used in the expression. |
| Type | Description |
|---|---|
| Task |
| Name | Description |
|---|---|
| T |