Click or drag to resize
CalculationWorks Logo
BcfRowViewGetParentRowView Method (String)
Gets the parent row view by the specified relation name.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntax
public BcfRowView GetParentRowView(
	string childRelationName
)

Parameters

childRelationName
Type: SystemString
Name of the relation.

Return Value

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

CalculationWorks.ViewModel.Forms

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