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

IChooseEFConnectionStringPageView Methods

If implemented, provides a view for the Select a Connection String page of the Data Source Wizard.
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.
See Also