MySqlDataReader.GetDateTime Method

MySQL Connector/Net

MySqlDataReaderGetDateTime Method
Overload List
  Name Description
Public method GetDateTime(Int32)
Gets the value of the specified column as a DateTime object.
(Overrides DbDataReaderGetDateTime(Int32).)
Public method GetDateTime(String)
Gets the value of the specified column as a DateTime object.
Top
See Also