EFDataSourceModel.DataConnection Property
In This Article
Specifies the connection to an Entity Framework data source.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public EFDataConnection DataConnection { get; set; }
#Property Value
Type | Description |
---|---|
EFData |
An object that specifies the connection to the Entity Framework data source. |
#Implements
See Also