Click or drag to resize

IBcfParameterTGetValueArrayUnchecked Method (IEnumerableBcfRow)

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

Parameters

sourceRows
Type: System.Collections.GenericIEnumerableBcfRow

[Missing <param name="sourceRows"/> documentation for "M:CalculationWorks.BusinessModel.IBcfParameter`1.GetValueArrayUnchecked(System.Collections.Generic.IEnumerable{CalculationWorks.BusinessModel.BcfRow})"]

Return Value

Type: T

[Missing <returns> documentation for "M:CalculationWorks.BusinessModel.IBcfParameter`1.GetValueArrayUnchecked(System.Collections.Generic.IEnumerable{CalculationWorks.BusinessModel.BcfRow})"]

See Also