Data for Silverlight
GetChildRows(DataRelation) Method

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

Parameters

relation
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