Skip to main content

EFDataSource.Filters Property

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

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public EFFiltersCollection Filters { get; }

Property Value

Type Description
EFFiltersCollection

A EFFiltersCollection object.

See Also