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






relationName

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetParentRows( _
   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.GetParentRows(relationName)
C# 
public DataRow[] GetParentRows( 
   string relationName
)
Delphi 
public function GetParentRows( 
    relationName: String
): array of DataRow; 
JScript 
public function GetParentRows( 
   relationName : String
) : DataRow[];
Managed Extensions for C++ 
public: DataRow*[]* GetParentRows( 
   string* relationName
) 
C++/CLI 
public:
array<DataRow^>^ GetParentRows( 
   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.