[]
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?
Public Shared Function CanFilter(Of T As Class)(dataCollection As IDataCollection(Of T), filterExpression As FilterExpression) As Boolean
| 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 |