Click or drag to resize

BcfRowItem Property (String)

Gets or 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 Object this[
	string columnName
] { get; set; }

Parameters

columnName
Type: SystemString
The column name.

Return Value

Type: Object
the value stored in the BcfColumn specified by columnName if set; otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is .
ArgumentExceptionThe column specified by columnName cannot be found.
InvalidOperationExceptionSet requires row-state Created or Valid.
BcfUpdateExceptionSet may throw BcfUpdateException.
Remarks
Note Note
Getter causes boxing if columns DataType is a ValueType.
See Also