Click or drag to resize
QueryParameterValueFromDecimal Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Allows none object values such as decimals, integers, strings, dates and booleans to be assigned to the value property through COM

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ValueFromDecimal(
	decimal value
)

Parameters

value
Type: SystemDecimal
The none object value to be assigned to the value property through COM
See Also