 | BcfRowViewGetParentRowView Method (String) |
[This is preliminary documentation and is subject to change.]
Gets the parent row view specified by relation name.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntaxpublic BcfRowView GetParentRowView(
string parentRelationName
)
Public Function GetParentRowView (
parentRelationName As String
) As BcfRowView
Parameters
- parentRelationName
- Type: SystemString
Name of the relation.
Return Value
Type:
BcfRowViewThe parent row view.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also