'Declaration Function GetFieldValue( _ ByVal fieldIndex As Integer _ ) As Object
object GetFieldValue( int fieldIndex )
Parameters
- fieldIndex
- The index of the field.
Return Value
The value of the field.
If the cursor is past the end of the data (EOF condition), this method should return null rather than throw an exception.
'Declaration Function GetFieldValue( _ ByVal fieldIndex As Integer _ ) As Object
object GetFieldValue( int fieldIndex )