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

IDataSourceWizardConnectionStringsStorage.SaveDataConnectionParameters(String, DataConnectionParametersBase, Boolean) Method

Allows you to save and store data connection parameters.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.2.Web.dll

Declaration

void SaveDataConnectionParameters(
    string name,
    DataConnectionParametersBase connectionParameters,
    bool saveCredentials
)

Parameters

Name Type Description
name String

A connection name.

connectionParameters DataConnectionParametersBase

An object that contains the parameters of data connections.

saveCredentials Boolean

For internal use.

See Also