Close
: Closes the MySqlDataReader
object.
GetBoolean
: Gets the value of the
specified column as a Boolean.
GetByte
: Gets the value of the
specified column as a byte.
GetBytes
: Reads a stream of bytes from
the specified column offset into the buffer an array
starting at the given buffer offset.
GetChar
: Gets the value of the
specified column as a single character.
GetChars
: Reads a stream of characters
from the specified column offset into the buffer as an
array starting at the given buffer offset.
GetDataTypeName
: Gets the name of the
source data type.
GetDateTime
: Gets the value of the
specified column as a DateTime object.
GetDecimal
: Gets the value of the
specified column as a Decimal object.
GetDouble
: Gets the value of the
specified column as a double-precision floating point
number.
GetFieldType
: Gets the Type that is the
data type of the object.
GetFloat
: Gets the value of the
specified column as a single-precision floating point
number.
GetGuid
: Gets the value of the
specified column as a GUID.
GetInt16
: Gets the value of the
specified column as a 16-bit signed integer.
GetInt32
: Gets the value of the
specified column as a 32-bit signed integer.
GetInt64
: Gets the value of the
specified column as a 64-bit signed integer.
GetMySqlDateTime
: Gets the value of the
specified column as a MySqlDateTime object.
GetName
: Gets the name of the specified
column.
GetOrdinal
: Gets the column ordinal,
given the name of the column.
GetSchemaTable
: Returns a DataTable
that describes the column metadata of the MySqlDataReader.
GetString
: Gets the value of the
specified column as a String object.
GetTimeSpan
: Gets the value of the
specified column as a TimeSpan object.
GetUInt16
: Gets the value of the
specified column as a 16-bit unsigned integer.
GetUInt32
: Gets the value of the
specified column as a 32-bit unsigned integer.
GetUInt64
: Gets the value of the
specified column as a 64-bit unsigned integer.
GetValue
: Gets the value of the
specified column in its native format.
GetValues
: Gets all attribute columns
in the collection for the current row.
IsDBNull
: Gets a value indicating
whether the column contains non-existent or missing
values.
NextResult
: Advances the data reader to
the next result, when reading the results of batch SQL
statements.
Read
: Advances the MySqlDataReader to
the next record.