[]
Returns whether the data collection is able to filter the specified expression.
public static bool CanFilter<T>(this IDataCollection<T> dataCollection, FilterExpression? filterExpression) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| FilterExpression | filterExpression | The filter expression that determine how the data would be filtered. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |