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

EFFiltersViewModel.AvailableDBSets Property

Provides access to the available Entity Framework DBSets.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public string[] AvailableDBSets { get; }

Property Value

Type Description
String[]

A collection of strings that specify available Entity Framework DBSets.

See Also