DataProviderEnumerateDatabases Method

Enumerates the available databases.

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

Parameters

settings
Type: System.Collections.GenericICollectionParameterValue
The provider-specific settings.

Return Value

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