Skip to main content

ConnectionPropertiesPageView.SetConnections(IEnumerable<String>) Method

Changes the list of existing connections on a wizard page.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void SetConnections(
    IEnumerable<string> connectionNames
)

Parameters

Name Type Description
connectionNames IEnumerable<String>

A collection of strings specifying connection names.

See Also