 | BcfRowGetChildRows Method (String) |
[This is preliminary documentation and is subject to change.]
Gets the child rows specified by childRelationName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic BcfChildRelationCell GetChildRows(
string childRelationName
)
Public Function GetChildRows (
childRelationName As String
) As BcfChildRelationCell
Parameters
- childRelationName
- Type: SystemString
Name of the child relation.
Return Value
Type:
BcfChildRelationCellThe child rows specified by
childRelationName.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also