EFDataSourceModel Properties
Accumulates intermediate settings of the Entity Framework data source during the execution of the Data Source Wizard.Name | Description |
---|---|
ConnectionName | Specifies the name of a data connection. Inherited from DataSourceModelWithConnectionBase. |
ConnectionParameters | Specifies connection parameters. |
ConnectionStringLocation | Specifies from where a data connection is obtained. |
DataConnection | Specifies the connection to an Entity Framework data source. |
DataMember | Specifies the selected member of an Entity Framework data source. |
DataSchema | Specifies the data source schema. Inherited from DataSourceModelBase. |
Filters | Specifies the collection of data filters associated with this EFDataSourceModel. |
ModelHelper | Specifies the model helper. |
ShouldSaveConnection | Specifies how and where to store the connection string. Inherited from DataSourceModelWithConnectionBase. |
StoredProceduresInfo | Specifies the stored procedures selected for use. |
See Also