Skip to main content

DBSetFilter Class

A filter applied to an Entity Framework DBSet.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public class DBSetFilter :
    ICloneable

The following members return DBSetFilter objects:

Library Related API Members
Cross-Platform Class Library EFFiltersCollection.Item[Int32]
WinForms Controls DBSetFilterViewModel.Filter

Remarks

See the following topic in MSDN for more information: DbSet Class.

Inheritance

Object
DBSetFilter
See Also