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