 |
| BcfRowViewGetChildView Method (String) |
Gets a child view chosen by the specified relation name.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntaxpublic BcfTableViewBase GetChildView(
string parentRelationName
)
Public Function GetChildView (
parentRelationName As String
) As BcfTableViewBase
public:
BcfTableViewBase^ GetChildView(
String^ parentRelationName
)
member GetChildView :
parentRelationName : string -> BcfTableViewBase
Parameters
- parentRelationName
- Type: SystemString
Name of the relation.
Return Value
Type:
BcfTableViewBaseBcfTableViewBase.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | parentRelationName is null |
| ArgumentException | Specified parentRelationName is not reflected in this view (check RELATION-VIEWMANAGER-MANAGE in BCF Editor). |
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.2, 3.0, 2.1, 2.0
See Also