 | BcfReflectedParentRelationCollectionTryGetParentRelation Method |
Gets the parentRelation with the specified name.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
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
if
parentRelationName not found.
See Also