 | BcfRowViewGetParentRowView Method (BcfRelation) |
Gets the parent row view by specified relation.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntaxpublic BcfRowView GetParentRowView(
BcfRelation parentRelation
)
Public Function GetParentRowView (
parentRelation As BcfRelation
) As BcfRowView
Parameters
- parentRelation
- Type: CalculationWorks.BusinessModelBcfRelation
The relation.
Return Value
Type:
BcfRowViewThe parent row view by specified relation.
Exceptions
See Also