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

IConnectionPropertiesPageView.SetConnections(IEnumerable<String>) Method

If implemented, changes the list of existing connections on a wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void SetConnections(
    IEnumerable<string> connectionNames
)

Parameters

Name Type Description
connectionNames IEnumerable<String>

A collection of strings specifying connection names.

See Also