 |
| BcfRowViewGetParentRowView Method (String) |
Gets the parent row view by the specified relation name.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntaxpublic BcfRowView GetParentRowView(
string childRelationName
)
Public Function GetParentRowView (
childRelationName As String
) As BcfRowView
public:
BcfRowView^ GetParentRowView(
String^ childRelationName
)
member GetParentRowView :
childRelationName : string -> BcfRowView
Parameters
- childRelationName
- Type: SystemString
Name of the relation.
Return Value
Type:
BcfRowViewBcfRowView.
Exceptions
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.2, 3.0, 2.1, 2.0
See Also