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.v18.2.dll

Declaration

public EFDataConnection GetDataConnection()

Returns

Type Description
EFDataConnection

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

See Also