Click or drag to resize

BcfLinkedParameterTValueGetParameterValueEnumerable 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
Syntax
public IEnumerable<TValue> GetParameterValueEnumerable(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row.

Return Value

Type: IEnumerableTValue
The parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncalculatingRow is null.
ArgumentExceptioncalculatingRowRowState not equals Valid

or

calculatingRow is in other table than Calculator.
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 Information

BCF

Supported in: 4.0
See Also