 | IBcfParameterGetSourceRows Method |
Returns the source rows to read parameter values.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxIEnumerable<BcfRow> GetSourceRows(
BcfRow calculatingRow
)
Function GetSourceRows (
calculatingRow As BcfRow
) As IEnumerable(Of BcfRow)
Parameters
- calculatingRow
- Type: CalculationWorks.BusinessModelBcfRow
The calculating row.
Return Value
Type:
IEnumerableBcfRowThe source rows to read parameter values.
See Also