Returns the value of the specified column as a DateTimeOffset object.
Public Function GetDateTimeOffset( ByVal ordinal As Integer ) As DateTimeOffset
public DateTimeOffset GetDateTimeOffset(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 DateTimeOffset object.
Call the SADataReader.IsDBNull method to check for null values before calling this method.