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






relationName

Syntax

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

Parameters

relationName

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.