Click or drag to resize

IBcfParameterTGetValueArrayUnchecked Method (BcfRow)

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
Syntax
T[] GetValueArrayUnchecked(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
Infrastructure.

Return Value

Type: T
The parameter values.
Exceptions
ExceptionCondition
InvalidOperationExceptionThis parameter is not linked, if IsLinked is .
InvalidOperationException"Parameter is not linked with multiple rows. Use GetParameterValue(calculatingRow), if parameter is not linked to child rows."
See Also