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

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntax
public BcfTableViewBase GetChildView(
	string parentRelationName
)

Parameters

parentRelationName
Type: SystemString
Name of the relation.

Return Value

Type: BcfTableViewBase
BcfTableViewBase.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelationName is null
ArgumentExceptionSpecified parentRelationName is not reflected in this view (check RELATION-VIEWMANAGER-MANAGE in BCF Editor).
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.2, 3.0, 2.1, 2.0
See Also