Gets the root row of the self referencing child row.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetRootSelfRefRow() As WebGridRow |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebGridRow
Dim value As WebGridRow
value = instance.GetRootSelfRefRow() |
Delphi | |
---|
public function GetRootSelfRefRow(): WebGridRow; |
JScript | |
---|
public function GetRootSelfRefRow() : WebGridRow; |
Managed Extensions for C++ | |
---|
public: WebGridRow* GetRootSelfRefRow(); |
Return Value
WebgridRow object
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