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

IConnectionPropertiesPageView.SelectProvider(String) Method

If implemented, changes the item selected in the Provider drop-down list.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

void SelectProvider(
    string provider
)

Parameters

Name Type Description
provider String

A string specifying the name of the provider to be selected.

See Also