Skip to main content

EFDataSourceModel.DataConnection Property

Specifies the connection to an Entity Framework data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public EFDataConnection DataConnection { get; set; }

Property Value

Type Description
EFDataConnection

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

Implements

See Also