Gets the child rows of a DataRow for a given relationship represents.
public static System.Data.DataRow[] GetChildRows(
System.Data.DataRow ,
System.string
)
public function GetChildRows(
: System.Data.DataRow;
: System.String
): System.Data.array of DataRow; static;
public static function GetChildRows(
: System.Data.DataRow,
: System.String
) : System.Data.DataRow[];
public: static System.Data.DataRow*[]* GetChildRows(
System.Data.DataRow* ,
System.string*
)
public:
static System.Data.array<DataRow^>^ GetChildRows(
System.Data.DataRow^ ,
System.String^
)
'Declaration
Public Shared Function GetChildRows( _
ByVal As System.Data.DataRow, _
ByVal 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.GetChildRows(dataRow, relationRepresents)
Parameters
- dataRow
- The parent DataRow.
- relationRepresents
- The represents of the relationship.
Return Value
A list of child DataRows.
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