Click or drag to resize
CalculationWorks Logo
BcfRowSetValue Method (BcfColumn, Object)
Sets the specified value Value of the column.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public void SetValue(
	BcfColumn column,
	Object value
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.
value
Type: SystemObject
The value.
Exceptions
ExceptionCondition
ArgumentNullExceptionColumn is null
KeyNotFoundExceptionThe specified column does not belongs to the table..
InvalidOperationExceptionWhen setting a value and the row is deleted or undone added.
Remarks
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also