Overload | Description |
---|---|
FilterAsync<T>(IDataCollection<T>,Expression<Func<T,Object>>,FilterOperation,Object) | Filters the data using specified filter parameters. |
FilterAsync<T>(IDataCollection<T>,String,FilterOperation,Object) | Filters the data using specified filter parameters. |
FilterAsync<T>(IDataCollection<T>,String,Boolean,Boolean,Boolean,Boolean) | Filters the data from a query string. |
FilterAsync<T>(IDataCollection<T>,Func<Object,Boolean>) | Filters the data from a query string. |
FilterAsync<T>(IDataCollection<T>,FilterExpression) | Filters the data using specified filter expression. |
FilterAsync<T>(IDataCollection<T>,FilterExpression,CancellationToken) | Filters the data using specified filter expression. |