Click or drag to resize

IBcfParameterTGetValueArrayUnchecked Method (BcfReadOnlyArrayListBcfRow)

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(
	BcfReadOnlyArrayList<BcfRow> sourceRows
)

Parameters

sourceRows
Type: CalculationWorks.BusinessModelBcfReadOnlyArrayListBcfRow
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