 |
BcfRowViewGetParentRowView Method (String) |
Gets the parent row view chosen by the specified relation name.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntaxpublic 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 InformationCalculationWorks.ViewModel.Windows
Supported in: 3.0, 2.1, 2.0
See Also