Skip to main content

EFDataSourceModel(EFDataSourceModel) Constructor

Initializes a new instance of the EFDataSourceModel class with the specified prototype.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public EFDataSourceModel(
    EFDataSourceModel other
)

Parameters

Name Type Description
other EFDataSourceModel

An EFDataSourceModel object specifying a prototype for a new EFDataSourceModel instance.

See Also