Returns the value of the specified column as a DateTime object.
Public Overrides Function GetDateTime(ByVal ordinal As Integer) As Date
public override DateTime GetDateTime(int ordinal)
ordinal The zero-based column ordinal.
The value of the specified column.
No conversions are performed, so the data retrieved must already be a DateTime object.
Call the SADataReader.IsDBNull method to check for null values before calling this method.