Skip to main content
A newer version of this page is available.

IConfigureEFConnectionStringPageView Members

If implemented, provides a view for the Specify a Connection String page of the Data Source Wizard.

Properties

Name Description
ConnectionName If implemented, specifies the name of the created connection.
ConnectionString If implemented, specifies the connection string created on a wizard page.
ShouldSaveConnectionString If implemented, specifies whether to save the connection string to the dedicated storage.
UseDefaultConnectionString If implemented, specifies whether to use the default connection string.

Methods

Name Description
SetCanSaveToStorage(Boolean) If implemented, sets whether the connection string can be saved to the dedicated storage.

Events

Name Description
ConnectionParametersChanged Occurs when connection information on a wizard page is changed.
See Also