ConnectionPropertiesPageView.SetConnections(IEnumerable<String>) Method
Changes the list of existing connections on a wizard page.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Parameters
Name | Type | Description |
---|---|---|
connectionNames | IEnumerable<String> | A collection of strings specifying connection names. |
See Also