Click or drag to resize

BcfRowItem Property (BcfColumn)

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

Gets or sets the value stored in the specified BcfColumn.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public Object this[
	BcfColumn column
] { get; set; }

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

Type: Object
the value stored in the specified BcfColumn if set; otherwise null.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
ArgumentExceptionThe specified column does not belong to this table.
InvalidOperationExceptionSet requires row-state Created or Valid.
BcfUpdateExceptionSet may throw BcfUpdateException.
Remarks
Note Note
Getter causes boxing if columnDataType is a ValueType.
Version Information

BCF

Supported in: 4.0
See Also