override | Close()
Closes the MySqlDataReader object.
|
override | GetBoolean(int) : bool
Gets the value of the specified column as a Boolean.
|
| GetBoolean(string) : bool
Gets the value of the specified column as a Boolean.
|
override | GetByte(int) : byte
Gets the value of the specified column as a byte.
|
| GetByte(string) : byte
Gets the value of the specified column as a byte.
|
override | GetBytes(int, long, byte[], int, int) : long
Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
|
override | GetChar(int) : char
Gets the value of the specified column as a single character.
|
| GetChar(string) : char
Gets the value of the specified column as a single character.
|
override | GetChars(int, long, char[], int, int) : long
Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
|
override | GetDataTypeName(int) : string
Gets the name of the source data type.
|
override | GetDateTime(int) : DateTimeDocumentation for this section has not yet been entered. |
| GetDateTime(string) : DateTimeDocumentation for this section has not yet been entered. |
override | GetDecimal(int) : decimalDocumentation for this section has not yet been entered. |
| GetDecimal(string) : decimalDocumentation for this section has not yet been entered. |
override | GetDouble(int) : doubleDocumentation for this section has not yet been entered. |
| GetDouble(string) : doubleDocumentation for this section has not yet been entered. |
override | GetEnumerator() : IEnumerator
Returns an IEnumerator that iterates through the MySql.Data.MySqlClient.MySqlDataReader.
|
override | GetFieldType(int) : Type
Gets the Type that is the data type of the object.
|
override | GetFloat(int) : floatDocumentation for this section has not yet been entered. |
| GetFloat(string) : floatDocumentation for this section has not yet been entered. |
override | GetGuid(int) : GuidDocumentation for this section has not yet been entered. |
| GetGuid(string) : GuidDocumentation for this section has not yet been entered. |
override | GetInt16(int) : shortDocumentation for this section has not yet been entered. |
| GetInt16(string) : shortDocumentation for this section has not yet been entered. |
override | GetInt32(int) : intDocumentation for this section has not yet been entered. |
| GetInt32(string) : intDocumentation for this section has not yet been entered. |
override | GetInt64(int) : longDocumentation for this section has not yet been entered. |
| GetInt64(string) : longDocumentation for this section has not yet been entered. |
| GetMySqlDateTime(int) : MySql.Data.Types.MySqlDateTimeDocumentation for this section has not yet been entered. |
| GetMySqlDateTime(string) : MySql.Data.Types.MySqlDateTimeDocumentation for this section has not yet been entered. |
| GetMySqlDecimal(int) : MySql.Data.Types.MySqlDecimalDocumentation for this section has not yet been entered. |
| GetMySqlDecimal(string) : MySql.Data.Types.MySqlDecimalDocumentation for this section has not yet been entered. |
override | GetName(int) : string
Gets the name of the specified column.
|
override | GetOrdinal(string) : int
Gets the column ordinal, given the name of the column.
|
| GetSByte(int) : sbyte
Gets the value of the specified column as a sbyte.
|
| GetSByte(string) : sbyte
Gets the value of the specified column as a sbyte.
|
override | GetSchemaTable() : System.Data.DataTable
Returns a DataTable that describes the column metadata of the MySqlDataReader.
|
override | GetString(int) : stringDocumentation for this section has not yet been entered. |
| GetString(string) : stringDocumentation for this section has not yet been entered. |
| GetTimeSpan(int) : TimeSpanDocumentation for this section has not yet been entered. |
| GetTimeSpan(string) : TimeSpanDocumentation for this section has not yet been entered. |
| GetUInt16(int) : ushortDocumentation for this section has not yet been entered. |
| GetUInt16(string) : ushortDocumentation for this section has not yet been entered. |
| GetUInt32(int) : uintDocumentation for this section has not yet been entered. |
| GetUInt32(string) : uintDocumentation for this section has not yet been entered. |
| GetUInt64(int) : ulongDocumentation for this section has not yet been entered. |
| GetUInt64(string) : ulongDocumentation for this section has not yet been entered. |
override | GetValue(int) : object
Gets the value of the specified column in its native format.
|
override | GetValues(object[]) : int
Gets all attribute columns in the collection for the current row.
|
override | IsDBNull(int) : bool
Gets a value indicating whether the column contains non-existent or missing values.
|
override | NextResult() : bool
Advances the data reader to the next result, when reading the results of batch SQL statements.
|
override | Read() : bool
Advances the MySqlDataReader to the next record.
|