Click or drag to resize

BcfRowSetValueObject Method (BcfColumn, Object)

[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 SetValueObject(
	BcfColumn column,
	Object value
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.
value
Type: SystemObject
The value.

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