'Declaration
Public Overloads Function GetParentRow( _ ByVal relationName As String _ ) As DataRow
public DataRow GetParentRow( string relationName )
Parameters
- relationName
- The name of the DataRelation to use.
Return Value
The parent row of this DataRow using the specified DataRelation.