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

EFFiltersViewModel.DBSets Property

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

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

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