IChooseConnectionPageView.SetConnections(IEnumerable<String>) Method
If implemented, changes the list of available connections on a wizard page.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
connectionNames | IEnumerable<String> | A collection of strings specifying connection names. |
See Also