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

IChooseEFConnectionStringPageView.SetSelectedConnection(String) Method

If implemented, changes the selected item from the list of available connections.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void SetSelectedConnection(
    string connectionName
)

Parameters

Name Type Description
connectionName String

A string that specifies the name of the connection to be selected.

See Also