DataProviderEnumerateCustom 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 (26.2.0.1000)
Syntax
public virtual ICollection<string> EnumerateCustom(
	string valueName,
	ICollection<ParameterValue> settings
)

Parameters

valueName  String
The name of the values to enumerate.
settings  ICollectionParameterValue
The settings.

Return Value

ICollectionString
The provider-specific values.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the data provider does not support enumerating provider-specific values.
Remarks
Use this method for enumerating provider-specific values, such as list of available ODBC System Data Source Names.
See Also