 | BcfLinkedParameterTValueGetParameterValueArray Method |
[This is preliminary documentation and is subject to change.]
Evaluates and returns the parameter value.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic TValue[] GetParameterValueArray(
BcfRow calculatingRow
)
Public Function GetParameterValueArray (
calculatingRow As BcfRow
) As TValue()
Parameters
- calculatingRow
- Type: CalculationWorks.BusinessModelBcfRow
The calculating row.
Return Value
Type:
TValueThe parameter value.
Exceptions
Remarks
The member may depend on computed optimizer columns. It may return unexpected results when calling while undo/redo or having an open transaction with relation update.
Version InformationBCF
Supported in: 4.0
See Also