EFDataSourceModel(EFDataConnection) Constructor
Initializes a new instance of the EFDataSourceModel class with the specified data connection.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
connection | EFDataConnection | An object that specifies the connection to an Entity Framework data source. This value is assigned to the EFDataSourceModel.DataConnection property. |
See Also