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

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

Parameters

relationName
Type: SystemString
Name of the relation.

Return Value

Type: BcfRowView
BcfRowView.
Exceptions
ExceptionCondition
ArgumentNullExceptionrelationName
KeyNotFoundExceptionView type for parent table not registered
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also