DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / CanFilter<T> Method
The data collection.
The filter expression that determine how the data would be filtered.

In This Topic
    CanFilter<T> Method (IDataCollectionEx)
    In This Topic
    Returns whether the data collection is able to filter the specified expression.
    Syntax
    'Declaration
     
    Public Shared Function CanFilter(Of T As Class)( _
       ByVal dataCollection As IDataCollection(Of T), _
       ByVal filterExpression As FilterExpression _
    ) As Boolean
    public static bool CanFilter<T>( 
       IDataCollection<T> dataCollection,
       FilterExpression filterExpression
    )
    where T: class

    Parameters

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

    Type Parameters

    T
    See Also