Click or drag to resize

BcfRowViewGetChildView Method (BcfRelation)

Gets the child view specified by relation.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfTableViewBase GetChildView(
	BcfRelation childRelation
)

Parameters

childRelation
Type: CalculationWorks.BusinessModelBcfRelation
The relation.

Return Value

Type: BcfTableViewBase
The child view specified by relation.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelation is .
ArgumentExceptionSpecified childRelation is not a reflected child-relation in this view.
See Also