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

IEFDataSourceModel.DataConnection Property

If implemented, specifies the connection to an Entity Framework data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

EFDataConnection DataConnection { get; set; }

Property Value

Type Description
EFDataConnection

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

See Also