Click or drag to resize

BcfRowGetValueT Method

Gets the value stored in the specified BcfColumn.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public T GetValue<T>(
	BcfColumn<T> column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column.

Type Parameters

T
The column value type.

Return Value

Type: T
the value stored in the specified BcfColumn if set; otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is .
ArgumentExceptionThe specified column does not belong to this table.
See Also