ArcFM Responder Mobile Developer Guide
GetParentRow Method






The child DataRow.
The represents of the relationship.
Gets the parent row of a DataRow for a given relationship represents.
Syntax
'Declaration
 
Public Shared Function GetParentRow( _
   ByVal dataRow As System.Data.DataRow, _
   ByVal relationRepresents As System.String _
) As System.Data.DataRow
'Usage
 
Dim dataRow As System.Data.DataRow
Dim relationRepresents As System.String
Dim value As System.Data.DataRow
 
value = DataSetConfig.GetParentRow(dataRow, relationRepresents)
public static System.Data.DataRow GetParentRow( 
   System.Data.DataRow dataRow,
   System.string relationRepresents
)
public function GetParentRow( 
    dataRow: System.Data.DataRow;
    relationRepresents: System.String
): System.Data.DataRow; static; 
public static function GetParentRow( 
   dataRow : System.Data.DataRow,
   relationRepresents : System.String
) : System.Data.DataRow;
public: static System.Data.DataRow* GetParentRow( 
   System.Data.DataRow* dataRow,
   System.string* relationRepresents
) 
public:
static System.Data.DataRow^ GetParentRow( 
   System.Data.DataRow^ dataRow,
   System.String^ relationRepresents
) 

Parameters

dataRow
The child DataRow.
relationRepresents
The represents of the relationship.

Return Value

The parent DataRow.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSetConfig Class
DataSetConfig Members

Send Feedback