







The MySqlDataReader type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Close |
Closes the MySqlDataReader object.
(Overrides DbDataReader..::..Close()()()().) |
![]() |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() |
Dispose()()()() | |
![]() |
Dispose(Boolean) | Releases the managed resources used by the DbDataReader and optionally releases the unmanaged resources. (Inherited from DbDataReader.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetBoolean(Int32) |
Gets the value of the specified column as a Boolean.
(Overrides DbDataReader..::..GetBoolean(Int32).) |
![]() |
GetBoolean(String) |
Gets the value of the specified column as a Boolean.
|
![]() |
GetByte(Int32) |
Gets the value of the specified column as a byte.
(Overrides DbDataReader..::..GetByte(Int32).) |
![]() |
GetByte(String) |
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.
(Overrides DbDataReader..::..GetBytes(Int32, Int64, array<Byte>[]()[][], Int32, Int32).) |
![]() |
GetChar(Int32) |
Gets the value of the specified column as a single character.
(Overrides DbDataReader..::..GetChar(Int32).) |
![]() |
GetChar(String) |
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.
(Overrides DbDataReader..::..GetChars(Int32, Int64, array<Char>[]()[][], Int32, Int32).) |
![]() |
GetData | Returns a DbDataReader object for the requested column ordinal. (Inherited from DbDataReader.) |
![]() |
GetDataTypeName |
Gets the name of the source data type.
(Overrides DbDataReader..::..GetDataTypeName(Int32).) |
![]() |
GetDateTime(Int32) |
Gets the value of the specified column as a DateTime object.
(Overrides DbDataReader..::..GetDateTime(Int32).) |
![]() |
GetDateTime(String) |
Gets the value of the specified column as a DateTime object.
|
![]() |
GetDbDataReader | Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. (Inherited from DbDataReader.) |
![]() |
GetDecimal(Int32) |
Gets the value of the specified column as a Decimal object.
(Overrides DbDataReader..::..GetDecimal(Int32).) |
![]() |
GetDecimal(String) |
Gets the value of the specified column as a Decimal object.
|
![]() |
GetDouble(Int32) | Gets the value of the specified column as a double-precision floating point number. (Overrides DbDataReader..::..GetDouble(Int32).) |
![]() |
GetDouble(String) |
Gets the value of the specified column as a double-precision floating point number.
|
![]() |
GetEnumerator |
Returns an IEnumerator that iterates through the MySqlDataReader.
(Overrides DbDataReader..::..GetEnumerator()()()().) |
![]() |
GetFieldType(Int32) |
Gets the Type that is the data type of the object.
(Overrides DbDataReader..::..GetFieldType(Int32).) |
![]() |
GetFieldType(String) | |
![]() |
GetFloat(Int32) |
Gets the value of the specified column as a single-precision floating point number.
(Overrides DbDataReader..::..GetFloat(Int32).) |
![]() |
GetFloat(String) |
Gets the value of the specified column as a single-precision floating point number.
|
![]() |
GetGuid(Int32) | (Overrides DbDataReader..::..GetGuid(Int32).) |
![]() |
GetGuid(String) | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetInt16(Int32) | Gets the value of the specified column as a 16-bit signed integer. (Overrides DbDataReader..::..GetInt16(Int32).) |
![]() |
GetInt16(String) |
Gets the value of the specified column as a 16-bit signed integer.
|
![]() |
GetInt32(Int32) | Gets the value of the specified column as a 32-bit signed integer. (Overrides DbDataReader..::..GetInt32(Int32).) |
![]() |
GetInt32(String) |
Gets the value of the specified column as a 32-bit signed integer.
|
![]() |
GetInt64(Int32) | Gets the value of the specified column as a 64-bit signed integer. (Overrides DbDataReader..::..GetInt64(Int32).) |
![]() |
GetInt64(String) |
Gets the value of the specified column as a 64-bit signed integer.
|
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
GetMySqlDateTime(Int32) |
Gets the value of the specified column as a MySqlDateTime object.
|
![]() |
GetMySqlDateTime(String) |
Gets the value of the specified column as a MySqlDateTime object.
|
![]() |
GetMySqlDecimal(Int32) | |
![]() |
GetMySqlDecimal(String) | |
![]() |
GetMySqlGeometry(Int32) | |
![]() |
GetMySqlGeometry(String) | |
![]() |
GetName |
Gets the name of the specified column.
(Overrides DbDataReader..::..GetName(Int32).) |
![]() |
GetOrdinal |
Gets the column ordinal, given the name of the column.
(Overrides DbDataReader..::..GetOrdinal(String).) |
![]() |
GetProviderSpecificFieldType | Returns the provider-specific field type of the specified column. (Inherited from DbDataReader.) |
![]() |
GetProviderSpecificValue | Gets the value of the specified column as an instance of Object. (Inherited from DbDataReader.) |
![]() |
GetProviderSpecificValues | Gets all provider-specific attribute columns in the collection for the current row. (Inherited from DbDataReader.) |
![]() |
GetSByte(Int32) |
Gets the value of the specified column as a sbyte.
|
![]() |
GetSByte(String) |
Gets the value of the specified column as a sbyte.
|
![]() |
GetSchemaTable |
Returns a DataTable that describes the column metadata of the MySqlDataReader.
(Overrides DbDataReader..::..GetSchemaTable()()()().) |
![]() |
GetString(Int32) |
Gets the value of the specified column as a String object.
(Overrides DbDataReader..::..GetString(Int32).) |
![]() |
GetString(String) |
Gets the value of the specified column as a String object.
|
![]() |
GetTimeSpan(Int32) |
Gets the value of the specified column as a TimeSpan object.
|
![]() |
GetTimeSpan(String) |
Gets the value of the specified column as a TimeSpan object.
|
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUInt16(Int32) |
Gets the value of the specified column as a 16-bit unsigned integer.
|
![]() |
GetUInt16(String) |
Gets the value of the specified column as a 16-bit unsigned integer.
|
![]() |
GetUInt32(Int32) |
Gets the value of the specified column as a 32-bit unsigned integer.
|
![]() |
GetUInt32(String) |
Gets the value of the specified column as a 32-bit unsigned integer.
|
![]() |
GetUInt64(Int32) |
Gets the value of the specified column as a 64-bit unsigned integer.
|
![]() |
GetUInt64(String) |
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.
(Overrides DbDataReader..::..GetValue(Int32).) |
![]() |
GetValues |
Gets all attribute columns in the collection for the current row.
(Overrides DbDataReader..::..GetValues(array<Object>[]()[][]).) |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() |
IsDBNull |
Gets a value indicating whether the column contains non-existent or missing values.
(Overrides DbDataReader..::..IsDBNull(Int32).) |
![]() |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() |
NextResult |
Advances the data reader to the next result, when reading the results of batch SQL statements.
(Overrides DbDataReader..::..NextResult()()()().) |
![]() |
Read |
Advances the MySqlDataReader to the next record.
(Overrides DbDataReader..::..Read()()()().) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |