Returns the value of the specified column as a DateTime object.
Visual Basic
Public Overrides Function GetDateTime( _
ByVal ordinal As Integer _
) As Date
C#
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.