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)
Syntaxpublic ParameterValueTypes SupportedValueTypes { get; set; }Public Property SupportedValueTypes As ParameterValueTypes
Get
Set
public:
property ParameterValueTypes SupportedValueTypes {
ParameterValueTypes get ();
void set (ParameterValueTypes value);
}member SupportedValueTypes : ParameterValueTypes with get, set
Property Value
Type:
ParameterValueTypes
Exceptions| Exception | Condition |
|---|
| ArgumentException | The specified value is invalid or leads to an invalid default value for the current parameter. |
See Also