Click or drag to resize

BcfChildRelationCellAddRange Method

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

Adds the specified rows to the collection.

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

Parameters

rows
Type: System.Collections.GenericIEnumerableBcfRow
The child rows to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionrows is null.
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