Data for Silverlight
GetParentRow(String) Method

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

Parameters

relationName
The name of 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