 | IBcfParameterGetItemSourceRowUnchecked Method |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxBcfRow GetItemSourceRowUnchecked(
BcfRow tupleSourceRow
)
Function GetItemSourceRowUnchecked (
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