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.v19.1.dll

Declaration

public EFFiltersCollection Filters { get; }

Property Value

Type Description
EFFiltersCollection

A EFFiltersCollection object.

See Also