 | BcfRowViewGetChildView Method (String) |
Gets the child view specified by relation name.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic BcfTableViewBase GetChildView(
string childRelationName
)
Public Function GetChildView (
childRelationName As String
) As BcfTableViewBase
Parameters
- childRelationName
- Type: SystemString
Name of the relation.
Return Value
Type:
BcfTableViewBaseThe child view specified by relation name.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Specified childRelationName is not a reflected child-relation in this view. |
See Also