Returns the value of the specified column as an Object.
Public Overrides Function GetValue(ByVal ordinal As Integer) As Object
public override object GetValue(int ordinal)
ordinal An ordinal number indicating the column from which the value is obtained. The numbering is zero-based.
The value of the specified column as an object.
This method returns DBNull for NULL database columns.