DB2®UpdatableRecord.GetDB2Values Method

Gets all the column values for the current row.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Function GetDB2Values( _
   values As Object() _
) As Integer
[C#]
public int GetDB2Values (Object [] values)
[C++]
public: int GetDB2Values(
   Object* values __gc[]
);
[JScript]
public function GetDB2Values(
   values : Object[]
) : int

Parameters

values
An Object array into which column values for the current row will be copied.

Return value

The number of Object instances in the array.