Skip to main content

EFDataSourceModel Constructors

Accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.
Name Parameters Description
EFDataSourceModel() none Initializes a new instance of the EFDataSourceModel class with the default settings.
EFDataSourceModel(EFDataConnection) connection Initializes a new instance of the EFDataSourceModel class with the specified data connection.
EFDataSourceModel(EFDataSourceModel) other Initializes a new instance of the EFDataSourceModel class with the specified prototype.
See Also