ComponentOne DataObjects for .NET
GetParentRow() Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class > GetParentRow Method : GetParentRow() Method
Gets the parent row of this C1DataRow using the specified relation.
Syntax
'Declaration
 
Public Overloads Function GetParentRow() As C1DataRow
public C1DataRow GetParentRow()

Return Value

An C1DataRow object (or null).
Remarks
The overload without parameters can be used when the parent and the child are connected with a single relation.
See Also

Reference

C1DataRow Class
C1DataRow Members
Overload List
C1DataRow Class