|
BcfRowViewSetParentRowView Method |
Sets the parent row view.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntax public void SetParentRowView(
string childRelationName,
BcfRowView newParentRowView
)
Public Sub SetParentRowView (
childRelationName As String,
newParentRowView As BcfRowView
)
public:
void SetParentRowView(
String^ childRelationName,
BcfRowView^ newParentRowView
)
member SetParentRowView :
childRelationName : string *
newParentRowView : BcfRowView -> unit
Parameters
- childRelationName
- Type: SystemString
Name of the child relation. - newParentRowView
- Type: CalculationWorks.ViewModel.FormsBcfRowView
The new parent row view.
Exceptions Version Information CalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also