 |
| BcfRowGetChildRows Method (String) |
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfRowCollection GetChildRows(
string parentRelationName
)
Public Function GetChildRows (
parentRelationName As String
) As BcfRowCollection
public:
BcfRowCollection^ GetChildRows(
String^ parentRelationName
)
member GetChildRows :
parentRelationName : string -> BcfRowCollection
Parameters
- parentRelationName
- Type: SystemString
Name of the parent relation.
Return Value
Type:
BcfRowCollectionBcfRowCollection.
Exceptions
Remarks
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also