Click or drag to resize

BcfRowGetValueT Method

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

Gets the value stored in the specified BcfColumn.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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 null.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
ArgumentExceptionThe specified column does not belong to this table.
See Also