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

IDataSourceWizardConnectionStringsProvider Methods

If implemented, this interface allows you to manage data connections in web components.
Name Description
GetConnectionDescriptions() Returns the dictionary listing the data connections by their names.
GetDataConnectionParameters(String) Returns the parameters of the data connection with a specific name.
See Also