IChooseConnectionPageView.SetSelectedConnection(String) Method
In This Article
If implemented, changes the selected item from the list of available connections.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
connection |
String | A string that specifies the name of the connection to be selected. |
See Also