Skip to main content

EFFiltersCollection Class

A collection of Entity Framework data source filters.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class EFFiltersCollection :
    IList<DBSetFilter>,
    ICollection<DBSetFilter>,
    IEnumerable<DBSetFilter>,
    IEnumerable,
    IList,
    ICollection

The following members return EFFiltersCollection objects:

Remarks

A EFFiltersCollection object is returned by the EFDataSource.Filters property.

Inheritance

Object
EFFiltersCollection
See Also