Click or drag to resize

IBcfParameterTGetValueArray Method (IEnumerableBcfRow)

Returns the parameter value.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
T[] GetValueArray(
	IEnumerable<BcfRow> sourceRows
)

Parameters

sourceRows
Type: System.Collections.GenericIEnumerableBcfRow
The source rows.

Return Value

Type: T
The parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptionsourceRows is .
ArgumentExceptionsourceRowsRowState not equals Valid
See Also