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