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