Click or drag to resize

BcfParameterGetSourceRows Method

Returns the source rows to read parameter values.

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

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row.

Return Value

Type: IEnumerableBcfRow
The source rows to read parameter values.

Implements

IBcfParameterGetSourceRows(BcfRow)
See Also