Click or drag to resize

BcfRowGetValueObject Method (String)

[This is preliminary documentation and is subject to change.]

Gets the value stored in the BcfColumn specified by columnName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public Object GetValueObject(
	string columnName
)

Parameters

columnName
Type: SystemString
The column name.

Return Value

Type: Object
This row.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null.
ArgumentExceptionThe column specified by columnName cannot be found.
Remarks
Note Note
The method causes boxing if columns DataType is a ValueType.
See Also