Click or drag to resize

BcfRowSetValueObject Method (String, Object)

Sets the value stored in the BcfColumn specified by columnName.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRow SetValueObject(
	string columnName,
	Object value
)

Parameters

columnName
Type: SystemString
The column name.
value
Type: SystemObject
The value.

Return Value

Type: BcfRow
This row.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is .
ArgumentExceptionThe column specified by columnName cannot be found.
InvalidOperationExceptionOperation requires row-state Created or Valid.
BcfUpdateExceptionSee BcfUpdateException.
See Also