[]
        
(Showing Draft Content)

C1.DataCollection.ISupportFiltering.CanFilter

CanFilter Method

CanFilter(FilterExpression?)

Returns whether the collection is able to filter the specified filterExpression.

Declaration
bool CanFilter(FilterExpression? filterExpression)
Parameters
Type Name Description
FilterExpression filterExpression

The filter expression that determine how the data would be filtered.

Returns
Type Description
bool