Open this page in the API Guide

DataProviderInfo.EnumerateCustom Method

Enumerates the provider-specific values.

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 ICollection<string> EnumerateCustom(
	string valueName,
	ICollection<ParameterValue> settings
)

Parameters

valueName
Type: System.String
The provider-specific name of the values to enumerate.
settings
Type: System.Collections.Generic.ICollection<ParameterValue>
The settings.

Return Value

Type: ICollection<String>
The provider-specific values.
Exceptions
ExceptionCondition
NotSupportedExceptionThis call is not supported by the provider.
DataProviderLoadExceptionThe data provider requires third party driver to be installed.
DataConnectionExceptionThe connection cannot be established.
DataProviderExceptionFailed to retrieve the provider-specific values.
Remarks
Use this method for enumerating provider-specific values, such as list of available ODBC System Data Source Names.
See Also