DataProviderResolveProviderPropertyValue Method

Resolves the value of a provider property into a ParameterValue instance.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax
public static ParameterValue ResolveProviderPropertyValue(
	ProviderProperty property,
	string value
)

Parameters

property
Type: Dundas.BI.Data.DataProvidersProviderProperty
The ProviderProperty to resolve.
value
Type: SystemString
The string value to be resolved for the specified property.

Return Value

Type: ParameterValue
A ParameterValue representing the resolved value of the provider property.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if property is null.
ArgumentExceptionThrown if value is null.
See Also