Skip to main content

IDataSourceWizardConnectionStringsStorage Methods

When implemented by a class, represents a storage of data connections used in the Dashboard Data Source Wizard.
Name Description
GetConnectionDescriptions() Returns the dictionary listing the data connections by their names. Inherited from IDataSourceWizardConnectionStringsProvider.
GetDataConnectionParameters(String) Returns the parameters of the data connection with a specific name. Inherited from IDataSourceWizardConnectionStringsProvider.
SaveDataConnectionParameters(String, DataConnectionParametersBase, Boolean) Allows you to save and store data connection parameters.
See Also