 |
BcfRowViewSetParentRowView Method |
Sets the parent row view.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntaxpublic 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.WindowsBcfRowView
The new parent row view.
Exceptions
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.0, 2.1, 2.0
See Also