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

ConnectionPropertiesPageView.SetConnections(IEnumerable<String>) Method

Changes the list of existing connections on a wizard page.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public void SetConnections(
    IEnumerable<string> connectionNames
)

Parameters

Name Type Description
connectionNames IEnumerable<String>

A collection of strings specifying connection names.

See Also