Skip to main content

EFFiltersViewModel.DBSets Property

Provides access to the Entity Framework DBSets to which filters are applied.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public string[] DBSets { get; }

Property Value

Type Description
String[]

A collection of strings that specify the Entity Framework DBSets to which filters are applied.

See Also