MySQL Connector/Net
MySqlDataReader Methods |
The MySqlDataReader type exposes the following members.

Name | Description | |
---|---|---|
![]() |
Close |
Closes the MySqlDataReader object.
(Overrides DbDataReaderClose.) |
![]() |
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) | (Inherited from DbDataReader.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | (Overrides ObjectFinalize.) |
![]() |
GetBoolean(Int32) |
Gets the value of the specified column as a Boolean.
(Overrides DbDataReaderGetBoolean(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 DbDataReaderGetByte(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 DbDataReaderGetBytes(Int32, Int64, Byte, Int32, Int32).) |
![]() |
GetChar(Int32) |
Gets the value of the specified column as a single character.
(Overrides DbDataReaderGetChar(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 DbDataReaderGetChars(Int32, Int64, Char, Int32, Int32).) |
![]() |
GetData | (Inherited from DbDataReader.) |
![]() |
GetDataTypeName |
Gets the name of the source data type.
(Overrides DbDataReaderGetDataTypeName(Int32).) |
![]() |
GetDateTime(Int32) |
Gets the value of the specified column as a DateTime object.
(Overrides DbDataReaderGetDateTime(Int32).) |
![]() |
GetDateTime(String) |
Gets the value of the specified column as a DateTime object.
|
![]() |
GetDbDataReader | (Inherited from DbDataReader.) |
![]() |
GetDecimal(Int32) |
Gets the value of the specified column as a Decimal object.
(Overrides DbDataReaderGetDecimal(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 DbDataReaderGetDouble(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 DbDataReaderGetEnumerator.) |
![]() |
GetFieldType(Int32) |
Gets the Type that is the data type of the object.
(Overrides DbDataReaderGetFieldType(Int32).) |
![]() |
GetFieldType(String) | |
![]() |
GetFieldValueT | (Inherited from DbDataReader.) |
![]() |
GetFieldValueAsyncT(Int32) | (Inherited from DbDataReader.) |
![]() |
GetFieldValueAsyncT(Int32, CancellationToken) | (Inherited from DbDataReader.) |
![]() |
GetFloat(Int32) |
Gets the value of the specified column as a single-precision floating point number.
(Overrides DbDataReaderGetFloat(Int32).) |
![]() |
GetFloat(String) |
Gets the value of the specified column as a single-precision floating point number.
|
![]() |
GetGuid(Int32) | (Overrides DbDataReaderGetGuid(Int32).) |
![]() |
GetGuid(String) | |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetInt16(Int32) | Gets the value of the specified column as a 16-bit signed integer. (Overrides DbDataReaderGetInt16(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 DbDataReaderGetInt32(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 DbDataReaderGetInt64(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 DbDataReaderGetName(Int32).) |
![]() |
GetOrdinal |
Gets the column ordinal, given the name of the column.
(Overrides DbDataReaderGetOrdinal(String).) |
![]() |
GetProviderSpecificFieldType | (Inherited from DbDataReader.) |
![]() |
GetProviderSpecificValue | (Inherited from DbDataReader.) |
![]() |
GetProviderSpecificValues | (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 DbDataReaderGetSchemaTable.) |
![]() |
GetStream | (Inherited from DbDataReader.) |
![]() |
GetString(Int32) |
Gets the value of the specified column as a String object.
(Overrides DbDataReaderGetString(Int32).) |
![]() |
GetString(String) |
Gets the value of the specified column as a String object.
|
![]() |
GetTextReader | (Inherited from DbDataReader.) |
![]() |
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 DbDataReaderGetValue(Int32).) |
![]() |
GetValues |
Gets all attribute columns in the collection for the current row.
(Overrides DbDataReaderGetValues(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 DbDataReaderIsDBNull(Int32).) |
![]() |
IsDBNullAsync(Int32) | (Inherited from DbDataReader.) |
![]() |
IsDBNullAsync(Int32, CancellationToken) | (Inherited from DbDataReader.) |
![]() |
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 DbDataReaderNextResult.) |
![]() |
NextResultAsync | (Inherited from DbDataReader.) |
![]() |
NextResultAsync(CancellationToken) | (Inherited from DbDataReader.) |
![]() |
Read |
Advances the MySqlDataReader to the next record.
(Overrides DbDataReaderRead.) |
![]() |
ReadAsync | (Inherited from DbDataReader.) |
![]() |
ReadAsync(CancellationToken) | (Inherited from DbDataReader.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
