Intersoft WebGrid Documentation
GetParentRow(DataRelation) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ObjectRow Class > GetParentRow Method : GetParentRow(DataRelation) Method






relation

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetParentRow( _
   ByVal relation As DataRelation _
) As DataRow
Visual Basic (Usage)Copy Code
Dim instance As ObjectRow
Dim relation As DataRelation
Dim value As DataRow
 
value = instance.GetParentRow(relation)
C# 
public DataRow GetParentRow( 
   DataRelation relation
)
Delphi 
public function GetParentRow( 
    relation: DataRelation
): DataRow; 
JScript 
public function GetParentRow( 
   relation : DataRelation
) : DataRow;
Managed Extensions for C++ 
public: DataRow* GetParentRow( 
   DataRelation* relation
) 
C++/CLI 
public:
DataRow^ GetParentRow( 
   DataRelation^ relation
) 

Parameters

relation

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.