Click or drag to resize

BcfParameterGetSourceRow Method

Return the source row to read parameter value.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public virtual BcfRow GetSourceRow(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row.

Return Value

Type: BcfRow
The source row to read parameter value.

Implements

IBcfParameterGetSourceRow(BcfRow)
See Also