|
BcfRowViewGetParentRowView Method (String) |
Gets the parent row 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 BcfRowView GetParentRowView(
string relationName
)
Public Function GetParentRowView (
relationName As String
) As BcfRowView
public:
BcfRowView^ GetParentRowView(
String^ relationName
)
member GetParentRowView :
relationName : string -> BcfRowView
Parameters
- relationName
- Type: SystemString
Name of the relation.
Return Value
Type:
BcfRowViewBcfRowView.
Exceptions Version Information CalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also