Click or drag to resize

BcfChildRelationCellAddRange Method

Adds the specified rows to the collection.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public void AddRange(
	IEnumerable<BcfRow> rows
)

Parameters

rows
Type: System.Collections.GenericIEnumerableBcfRow
The child rows to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionrows is .
ArgumentException

At least one row in specified rows has RowState other than Valid

or

at least one row in specified rows is not in child table.

InvalidOperationException

Operation requires row-state Valid.

or

DataSet is Locked.

BcfUpdateExceptionSee exception for the reason.
See Also