Open this page in the API Guide

DataProvider.EnumerateDatabases Method

Enumerates the available databases.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public abstract ICollection<string> EnumerateDatabases(
	ICollection<ParameterValue> settings
)

Parameters

settings
Type: System.Collections.Generic.ICollection<ParameterValue>
The provider-specific settings.

Return Value

Type: ICollection<String>
The available databases.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when regex input, or ILocalizationService.GetString argument is null or empty.
NotSupportedExceptionThrown when the data provider does not support enumerating databases.
See Also