Responder Developer Guide
GetParentRow Method


Version: 10.2.1a

Resource Center Home

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 DataRow, _
   ByVal relationRepresents As String _
) As DataRow
'Usage
 
Dim dataRow As DataRow
Dim relationRepresents As String
Dim value As DataRow
 
value = DataSetConfig.GetParentRow(dataRow, relationRepresents)
public static DataRow GetParentRow( 
   DataRow dataRow,
   string relationRepresents
)

Parameters

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

Return Value

The parent DataRow.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment