Data for Silverlight
GetParentRow(DataRelation) Method

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

Parameters

relation
The DataRelation to use.

Return Value

The parent row of this DataRow using the specified DataRelation.
See Also

Reference

DataRow Class
DataRow Members
Overload List