Skip to main content

EFDataSourceModel(EFDataConnection) Constructor

Initializes a new instance of the EFDataSourceModel class with the specified data connection.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public EFDataSourceModel(
    EFDataConnection connection
)

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