GetRow method
Returns the IERUItem interface pointer for a specified Database Row 
 ID. 
Syntax
 
C++
HRESULT GetRow ( 
   LONG RowID, 
   IERUItem** ppRetVal) 
Scripting languages
Value = Object.GetRow ( 
   RowID 
 as Long)  |  
 
Parameters
 
RowID
The ID of a row.  
ppRetVal
Upon return, contains the interface pointer to the IERUItem 
 for the specified RowID.  
Return value
 
C++
The return code.  | 
Scripting languages
Upon return, contains the interface pointer to the IERUItem 
 for the specified RowID.   |  
 
   | 
 Home 
 
Applies to 
IERUDatabase 
 
See also 
Databases  |