 | 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
Syntaxpublic IEnumerable<TValue> GetParameterValueEnumerable(
BcfRow calculatingRow
)
Public Function GetParameterValueEnumerable (
calculatingRow As BcfRow
) As IEnumerable(Of TValue)
Parameters
- calculatingRow
- Type: CalculationWorks.BusinessModelBcfRow
The calculating row.
Return Value
Type:
IEnumerableTValueThe 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