C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionEx Class / FilterAsync<T> Method
The data collection.
The path of the data item to which the filter will be applied.
The filter operation.
The value used in the expression.

In This Topic
FilterAsync<T> Method (C1DataCollectionEx)
In This Topic
Filters the data using specified filter parameters.
Syntax
'Declaration
 
Public Shared Function FilterAsync(Of T As Class)( _
   ByVal dataCollection As C1DataCollection(Of T), _
   ByVal filterPath As Expression(Of Func(Of T,Object)), _
   ByVal filterOperation As FilterOperation, _
   ByVal value As Object _
) As Task
 

Parameters

dataCollection
The data collection.
filterPath
The path of the data item to which the filter will be applied.
filterOperation
The filter operation.
value
The value used in the expression.

Type Parameters

T
See Also