Click or drag to resize

BcfCellTCopyTo Method

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

Copies the value to targetRow.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public override void CopyTo(
	BcfRow targetRow
)

Parameters

targetRow
Type: CalculationWorks.BusinessModelBcfRow
The target row.
Exceptions
ExceptionCondition
ArgumentNullExceptiontargetRow is null.
Remarks

Use CopyTo(BcfRow) instead of

targetRow.SetValueObject(myCell.Column.Name, myCell.GetValueObject())
to avoid boxing.

If OwningRow and targetRow are in different tables, the target-cell will be resolved by column-name.

When assigning null to a not-nullable cell; default(T) will be assigned.

Version Information

BCF

Supported in: 4.0
See Also