[]
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
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 |