 | BcfReflectedChildRelationCollectionTryGetChildRelation Method |
[This is preliminary documentation and is subject to change.]
Gets the childRelation with the specified name.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
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
null if
childRelationName not found.
See Also