Skip to main content

IEFDataSourceModel Members

If implemented, accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.

Properties

Name Description
ConnectionName If implemented, specifies the name of a data connection. Inherited from IDataComponentModelWithConnection.
ConnectionParameters If implemented, specifies connection parameters.
ConnectionStringLocation If implemented, specifies from where a data connection is obtained.
DataConnection If implemented, specifies the connection to an Entity Framework data source.
DataMember If implemented, specifies the selected member of an Entity Framework data source.
DataSchema If implemented, specifies the data source schema. Inherited from IDataComponentModel.
Filters Specifies the collection of data filters associated with this data source model.
ModelHelper If implemented, specifies the model helper.
ShouldSaveConnection If implemented, specifies how and where to store the connection string. Inherited from IDataComponentModelWithConnection.
StoredProceduresInfo If implemented, specifies the stored procedures selected for use.

Methods

Name Description
Clone() Creates a new object that is a copy of the current instance. Inherited from ICloneable.
See Also