Skip to main content

ChooseEFContextPage<TModel>.GetDataConnection() Method

Returns a data connection for the selected data context.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

public EFDataConnection GetDataConnection()

Returns

Type Description
EFDataConnection

An object that specifies the connection to an Entity Framework data source.

See Also