 | BcfRowGetChildRows Method (BcfRelation) |
Gets the child rows of the specified childRelation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfChildRelationCell GetChildRows(
BcfRelation childRelation
)
Public Function GetChildRows (
childRelation As BcfRelation
) As BcfChildRelationCell
Parameters
- childRelation
- Type: CalculationWorks.BusinessModelBcfRelation
The child relation.
Return Value
Type:
BcfChildRelationCellThe child rows of the specified
childRelation.
Exceptions
See Also