Click or drag to resize

BcfTupleParameterGetTupleSourceRows Method

Evaluates the tuple rows.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IEnumerable<BcfRow> GetTupleSourceRows(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The root for evaluating tuple rows.

Return Value

Type: IEnumerableBcfRow
The tuple rows.
See Also