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

IChooseConnectionPageView Members

If implemented, provides a view for the Select a Data Connection 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
SetConnections(IEnumerable<String>) If implemented, changes the list of available 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