Intersoft WebGrid Documentation
GetDataRow Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : GetDataRow Method






Syntax

Visual Basic (Declaration) 
Public Function GetDataRow() As DataRow
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As DataRow
 
value = instance.GetDataRow()
C# 
public DataRow GetDataRow()
Delphi 
public function GetDataRow(): DataRow; 
JScript 
public function GetDataRow() : DataRow;
Managed Extensions for C++ 
public: DataRow* GetDataRow(); 
C++/CLI 
public:
DataRow^ GetDataRow(); 

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.