Data for Silverlight
GetChildRows(String) Method

C1.Silverlight.Data Namespace > DataRow Class > GetChildRows Method : GetChildRows(String) Method
The name of the DataRelation to use.
Gets the child rows of this DataRow using the specified DataRelation.
Syntax
'Declaration
 
Public Overloads Function GetChildRows( _
   ByVal relationName As String _
) As DataRow()
public DataRow[] GetChildRows( 
   string relationName
)

Parameters

relationName
The name of the DataRelation to use.

Return Value

An array containing the child rows of this DataRow using the specified DataRelation.
See Also

Reference

DataRow Class
DataRow Members
Overload List