 | BcfTupleParameterGetTupleSourceRows Method |
Evaluates the tuple rows.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic IEnumerable<BcfRow> GetTupleSourceRows(
BcfRow calculatingRow
)
Public Function GetTupleSourceRows (
calculatingRow As BcfRow
) As IEnumerable(Of BcfRow)
Parameters
- calculatingRow
- Type: CalculationWorks.BusinessModelBcfRow
The root for evaluating tuple rows.
Return Value
Type:
IEnumerableBcfRowThe tuple rows.
See Also