Click or drag to resize

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

Parameters

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