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