DB2®ResultSet.GetValues Method
Gets all the attribute columns in the current row.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Function GetValues( _
ByVal values() As Object _
) As Integer
[C#]
public int GetValues(
object[] values
);
[C++]
public: int GetValues(
Object* values __gc[]
);
[JScript]
public function GetValues(
values : Object[]
) : int;
Parameters
- values
- An array of type Object into which to copy the attribute columns.
Return value
The number of instances of Object in the array.