Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void SetConnections(
    IEnumerable<string> connectionNames
)

Parameters

Name Type Description
connectionNames IEnumerable<String>

A collection of strings specifying connection names.

See Also