ComponentOne Xamarin.Android
FilterAsync Method (ISupportFiltering)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportFiltering Interface : FilterAsync Method
The filter expression applied to the data.
Filters the data using specified filterExpression.
Syntax
'Declaration
 
Function FilterAsync( _
   ByVal filterExpression As FilterExpression _
) As Task
'Usage
 
Dim instance As ISupportFiltering
Dim filterExpression As FilterExpression
Dim value As Task
 
value = instance.FilterAsync(filterExpression)

Parameters

filterExpression
The filter expression applied to the data.
See Also

Reference

ISupportFiltering Interface
ISupportFiltering Members