Click or drag to resize

IBcfParameterTGetValueEnumerableUnchecked 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
IEnumerable<T> GetValueEnumerableUnchecked(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
Infrastructure.

Return Value

Type: IEnumerableT
The parameter value.
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