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

ChooseEFContextPage<TModel>.GetDataConnection() Method

Returns a data connection for the selected data context.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public EFDataConnection GetDataConnection()

Returns

Type Description
EFDataConnection

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

See Also