GetValue Method (C1CSVDataReader)
Gets the value of the specified column as an instance of
System.Object.
'Declaration
Public Overridable Function GetValue( _
ByVal As Integer _
) As Object
public virtual object GetValue(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.