 | BcfReflectedParentRelationCollectionTryGetParentRelation Method |
[This is preliminary documentation and is subject to change.]
Gets the parentRelation with the specified name.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic BcfRelation TryGetParentRelation(
string parentRelationName
)
Public Function TryGetParentRelation (
parentRelationName As String
) As BcfRelation
Parameters
- parentRelationName
- Type: SystemString
The name of the parentRelation to get.
Return Value
Type:
BcfRelationThe parentRelation with the specified name; or
null if
parentRelationName not found.
See Also