Responder Developer Guide
GetChildRows Method


Version: 10.2.1a

Resource Center Home

The parent DataRow.
The represents of the relationship.
Gets the child rows of a DataRow for a given relationship represents.
Syntax
'Declaration
 
Public Shared Function GetChildRows( _
   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.GetChildRows(dataRow, relationRepresents)
public static DataRow[] GetChildRows( 
   DataRow dataRow,
   string relationRepresents
)

Parameters

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

Return Value

A list of child DataRows.
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