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

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

Parameters

relationName
Type: SystemString
Name of the relation.

Return Value

Type: BcfTableViewBase
BcfTableViewBase.
Exceptions
ExceptionCondition
ArgumentNullExceptionrelationName
KeyNotFoundExceptionView type for child table not registered
See Also