EFFiltersCollection.AddRange(IEnumerable<DBSetFilter>) Method
Appends a collection of filters to the EFFiltersCollection.
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
filters | IEnumerable<DBSetFilter> | A collection of DBSetFilter objects to append to the collection. |
See Also