 | BcfReflectedChildRelationCollectionTryGetChildRelation Method |
Gets the childRelation with the specified name.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic BcfRelation TryGetChildRelation(
string childRelationName
)
Public Function TryGetChildRelation (
childRelationName As String
) As BcfRelation
Parameters
- childRelationName
- Type: SystemString
The name of the childRelation to get.
Return Value
Type:
BcfRelationThe childRelation with the specified name; or
if
childRelationName not found.
See Also