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

EFDataSource.Filters Property

Provides access to the collection of Entity Framework data source filters.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public EFFiltersCollection Filters { get; }

Property Value

Type Description
EFFiltersCollection

A EFFiltersCollection object.

See Also