DB2®ResultSet.GetValue Method
Gets the value of the column at the specified ordinal in its native format.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Function GetValue( _
ByVal i As Integer _
) As Object
[C#]
public object GetValue(
int i
);
[C++]
public: Object* GetValue(
int i
);
[JScript]
public function GetValue(
i : int
) : Object;
Parameters
- i
- The zero-based column ordinal.
Return value
The value of the column in its native format.