 | IBcfParameterGetItemSourceRow Method |
Returns the item source row to read values.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxBcfRow GetItemSourceRow(
BcfRow tupleSourceRow
)
Function GetItemSourceRow (
tupleSourceRow As BcfRow
) As BcfRow
Parameters
- tupleSourceRow
- Type: CalculationWorks.BusinessModelBcfRow
The tuple source row.
Return Value
Type:
BcfRowThe item source row to read values.
See Also