[]
Gets the value of the specified field at the current cursor position.
If the cursor is past the end of the data (EOF condition), this method should return null rather than throw an exception.
object GetFieldValue(int fieldIndex)
Type | Name | Description |
---|---|---|
int | fieldIndex | The index of the field. |
Type | Description |
---|---|
object | The value of the field. |