SetFilter<(Of <(<'TValue>)>)> Class
Models query in which set of values for property/column is to be included or
excluded from result set.
Namespace:
Suoranta.EnterpriseLib.Linq.FiltersAssembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Syntax
public class SetFilter<TValue> : List<TValue>, ISetFilter
Type Parameters
- TValue
- Underlying type filter value collection

