Click or drag to resize

IBcfParameterGetItemSourceRows Method

Return the item source rows to read values.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
IEnumerable<BcfRow> GetItemSourceRows(
	BcfRow tupleSourceRow
)

Parameters

tupleSourceRow
Type: CalculationWorks.BusinessModelBcfRow
The tuple source row.

Return Value

Type: IEnumerableBcfRow
The item source rows to read values.
See Also