 | BcfRowGetChildRows Method (BcfRelation) |
[This is preliminary documentation and is subject to change.]
Gets the child rows of the specified childRelation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
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
Version InformationBCF
Supported in: 4.0
See Also