Skip to main content

IChooseConnectionPageView.SetSelectedConnection(String) Method

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.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