ParameterSupportedValueTypes Property

Gets or sets the parameter value types supported by the current instance.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ParameterValueTypes SupportedValueTypes { get; set; }

Property Value

Type: ParameterValueTypes
Exceptions
ExceptionCondition
ArgumentExceptionThe specified value is invalid or leads to an invalid default value for the current parameter.
See Also