Click or drag to resize
CalculationWorks Logo
BcfRowGetChildRows Method (Int32)
Gets the child BcfRowCollection at the specified parent relation index.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfRowCollection GetChildRows(
	int parentRelationIndex
)

Parameters

parentRelationIndex
Type: SystemInt32
Index of the parent relation.

Return Value

Type: BcfRowCollection
BcfRelatedRowsCell.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionparentRelationIndex out of bounds.
Remarks
This is the abbreviated form of: GetRelatedRowsCell(Int32).ChildRows.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also