Click or drag to resize

BcfRowSetValueT Method

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

Sets the value stored in the specified BcfColumn.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfRow SetValue<T>(
	BcfColumn<T> column,
	T value
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column.
value
Type: T
The value.

Type Parameters

T
The column value type.

Return Value

Type: BcfRow
This row.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
ArgumentExceptionThe specified column does not belong to this table.
InvalidOperationExceptionOperation requires row-state Created or Valid.
BcfUpdateExceptionSee BcfUpdateException.
See Also