 | BcfRowGetChildRows Method (String) |
Gets the child rows specified by childRelationName.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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
See Also