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

IChooseEFConnectionStringPageView Members

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

Properties

Name Description
ExistingConnectionName If implemented, gets the name of the connection selected from the list of available connections.
ShouldCreateNewConnection If implemented, gets whether to create a new data connection or use an existing one from the list.

Methods

Name Description
Initialize() If implemented, initializes a wizard page with the list of available connections.
SetConnections(IEnumerable<String>) If implemented, changes the list of existing connections on a wizard page.
SetSelectedConnection(String) If implemented, changes the selected item from the list of available connections.

Events

Name Description
Changed Occurs when the selected item in the list of available connections is changed.
See Also