Skip to main content
A newer version of this page is available. .

DBSetFilter Class

A filter applied to an Entity Framework DBSet.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v22.2.dll

NuGet Package: DevExpress.DataAccess

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