 | IBcfParameterTGetValueArray Method (IEnumerableBcfRow) |
Returns the parameter value.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxT[] GetValueArray(
IEnumerable<BcfRow> sourceRows
)
Function GetValueArray (
sourceRows As IEnumerable(Of BcfRow)
) As T()
Parameters
- sourceRows
- Type: System.Collections.GenericIEnumerableBcfRow
The source rows.
Return Value
Type:
TThe parameter value.
Exceptions
See Also