MySqlDataReader.GetInt32 Method

MySQL Connector/Net

MySqlDataReaderGetInt32 Method
Overload List
  Name Description
Public method GetInt32(Int32)
Gets the value of the specified column as a 32-bit signed integer.
(Overrides DbDataReaderGetInt32(Int32).)
Public method GetInt32(String)
Gets the value of the specified column as a 32-bit signed integer.
Top
See Also