Click or drag to resize
CalculationWorks Logo
BcfRowViewGetChildView Method (BcfRelation)
Gets a child view chosen by the specified relation.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public BcfTableViewBase GetChildView(
	BcfRelation relation
)

Parameters

relation
Type: CalculationWorks.BusinessModelBcfRelation
The relation.

Return Value

Type: BcfTableViewBase
BcfTableViewBase.
Exceptions
ExceptionCondition
ArgumentNullExceptionrelation
ArgumentExceptionrelations parent table does not equal views table
KeyNotFoundExceptionView type for child table not registered
See Also