|
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.0.2.0
Syntax public BcfTableViewBase GetChildView(
string relationName
)
Public Function GetChildView (
relationName As String
) As BcfTableViewBase
public:
BcfTableViewBase^ GetChildView(
String^ relationName
)
member GetChildView :
relationName : string -> BcfTableViewBase
Parameters
- relationName
- Type: SystemString
Name of the relation.
Return Value
Type:
BcfTableViewBaseBcfTableViewBase.
Exceptions Version Information CalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also