Identifies the value of the column at the specified ordinal in its native format.
object GetValue( int ordinal )
ordinal: An ordinal number indicating the column from which the value is obtained. The numbering is zero-based.
The value to return.
IDataRecord.GetValue
This method returns DBNull for null database columns.