'宣言 Public Shared Function CanFilter(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal filterExpression As FilterExpression _ ) As System.Boolean
public static System.bool CanFilter<T>( IDataCollection<T> dataCollection, FilterExpression filterExpression ) where T: class
パラメータ
- dataCollection
- The data collection.
- filterExpression
- The filter expression that determine how the data would be filtered.
型パラメータ
- T