Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IChildModelSupport Interface / ParentRelationName Property


In This Topic
ParentRelationName Property (IChildModelSupport)
In This Topic
Gets or sets the name of the data relation.
Syntax
'Declaration
 
ReadOnly Property ParentRelationName As String
 
'Usage
 
Dim instance As IChildModelSupport
Dim value As String
 
value = instance.ParentRelationName
See Also