Click or drag to resize

BcfRowGetValueObject Method (BcfColumn)

Gets the value stored in the specified BcfColumn.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public Object GetValueObject(
	BcfColumn column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

Type: Object
the value stored in the specified BcfColumn if set; otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is .
ArgumentExceptionThe specified column does not belong to this table.
Remarks
Note Note
The method causes boxing if column.DataType is a ValueType.
See Also