Public Function GetValue( _ ByVal columnIndex As Integer _ ) As Object
Dim instance As BaseReader Dim columnIndex As Integer Dim value As Object value = instance.GetValue(columnIndex)
public object GetValue( int columnIndex )
public: Object^ GetValue( int columnIndex )
Parameters
- columnIndex
- Index of the column.
Return Value
System.Object.