|
BcfRowViewGetChildView Method (BcfRelation) |
Gets a child 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 BcfTableViewBase GetChildView(
BcfRelation relation
)
Public Function GetChildView (
relation As BcfRelation
) As BcfTableViewBase
public:
BcfTableViewBase^ GetChildView(
BcfRelation^ relation
)
member GetChildView :
relation : BcfRelation -> BcfTableViewBase
Parameters
- relation
- Type: CalculationWorks.BusinessModelBcfRelation
The relation.
Return Value
Type:
BcfTableViewBaseBcfTableViewBase.
Exceptions Version Information CalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also