DB2®DataReader.this (Int32) Property

Gets the value of the specified column in its native format given the column ordinal.

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

Syntax


[Visual Basic]
Public Default ReadOnly Property this( _
   ByVal i As Integer _
) As Object
[C#]
public object this[
   int i
] {get;}
[C++]
public: __property Object* get_this(
   int i
);
[JScript]
returnValue = DB2DataReaderObject.this(i);
-or-
returnValue = DB2DataReaderObject(i);

Property value

The value of the specified column in its native format.

Exceptions

Exception type Condition
IndexOutOfRangeException The index passed was outside the range of 0 through FieldCount.