Click or drag to resize

IBcfParameterGetSourceRows Method

Returns the source rows to read parameter values.

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

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row.

Return Value

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