IChooseEFConnectionStringPageView Properties
If implemented, provides a view for the Select a Connection String page of the Data Source Wizard.Name | Description |
---|---|
Mode | If implemented, specifies the type of the data connection to an Entity Framework data source. |
NewConnectionName | If implemented, specifies the name of a new data connection. |
NewConnectionString | If implemented, specifies the connection string used to establish a connection to an Entity Framework data source. |
SelectedConnectionName | If implemented, specifies the name of the connection selected from the list of available connections. |
ShouldSaveConnectionString | If implemented, specifies whether to save the connection string to the dedicated storage. |
See Also