Property | Type | Description | |
---|---|---|---|
AdjustOutputTypes | void | ||
ChangeType | object | ||
ClearKillFlag | void | ||
GetFieldValue | IMySqlValue | ||
IDataRecord | IDataReader | ||
MySqlDataReader | System | ||
ProcessOutputParameters | void | ||
Throw | void |
Method | Description | |
---|---|---|
Close ( ) : void |
Closes the MySqlDataReader object.
|
|
GetBoolean ( int i ) : bool |
Gets the value of the specified column as a Boolean.
|
|
GetBoolean ( string name ) : bool |
Gets the value of the specified column as a Boolean.
|
|
GetByte ( int i ) : byte |
Gets the value of the specified column as a byte.
|
|
GetByte ( string name ) : byte |
Gets the value of the specified column as a byte.
|
|
GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long |
Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
|
|
GetChar ( int i ) : char |
Gets the value of the specified column as a single character.
|
|
GetChar ( string name ) : char |
Gets the value of the specified column as a single character.
|
|
GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long |
Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
|
|
GetDataTypeName ( int i ) : String |
Gets the name of the source data type.
|
|
GetDateTime ( int i ) : System.DateTime | ||
GetDateTime ( string column ) : System.DateTime | ||
GetDecimal ( int i ) : Decimal | ||
GetDecimal ( string column ) : Decimal | ||
GetDouble ( int i ) : double | ||
GetDouble ( string column ) : double | ||
GetEnumerator ( ) : IEnumerator |
Returns an IEnumerator that iterates through the MySqlDataReader.
|
|
GetFieldType ( int i ) : |
Gets the Type that is the data type of the object.
|
|
GetFieldType ( string column ) : |
||
GetFloat ( int i ) : float | ||
GetFloat ( string column ) : float | ||
GetGuid ( int i ) : System.Guid | ||
GetGuid ( string column ) : System.Guid | ||
GetInt16 ( int i ) : |
||
GetInt16 ( string column ) : |
||
GetInt32 ( int i ) : |
||
GetInt32 ( string column ) : |
||
GetInt64 ( int i ) : System.Int64 | ||
GetInt64 ( string column ) : System.Int64 | ||
GetMySqlDateTime ( int column ) : |
||
GetMySqlDateTime ( string column ) : |
||
GetMySqlDecimal ( int i ) : |
||
GetMySqlDecimal ( string column ) : |
||
GetName ( int i ) : String |
Gets the name of the specified column.
|
|
GetOrdinal ( string name ) : int |
Gets the column ordinal, given the name of the column.
|
|
GetSByte ( int i ) : sbyte |
Gets the value of the specified column as a sbyte.
|
|
GetSByte ( string name ) : sbyte |
Gets the value of the specified column as a sbyte.
|
|
GetSchemaTable ( ) : |
Returns a DataTable that describes the column metadata of the MySqlDataReader.
|
|
GetString ( int i ) : String | ||
GetString ( string column ) : string | ||
GetTimeSpan ( int column ) : System.TimeSpan | ||
GetTimeSpan ( string column ) : System.TimeSpan | ||
GetUInt16 ( int column ) : |
||
GetUInt16 ( string column ) : |
||
GetUInt32 ( int column ) : |
||
GetUInt32 ( string column ) : |
||
GetUInt64 ( int column ) : System.UInt64 | ||
GetUInt64 ( string column ) : System.UInt64 | ||
GetValue ( int i ) : object |
Gets the value of the specified column in its native format.
|
|
GetValues ( object values ) : int |
Gets all attribute columns in the collection for the current row.
|
|
IsDBNull ( int i ) : bool |
Gets a value indicating whether the column contains non-existent or missing values.
|
|
NextResult ( ) : bool |
Advances the data reader to the next result, when reading the results of batch SQL statements.
|
|
Read ( ) : bool |
Advances the MySqlDataReader to the next record.
|
|
this ( String name ) : object |
Gets the value of a column in its native format. [C#] In C#, this property is the indexer for the MySqlDataReader class.
|
|
this ( int i ) : object |
Overloaded. Gets the value of a column in its native format. In C#, this property is the indexer for the MySqlDataReader class.
|
Method | Description | |
---|---|---|
AdjustOutputTypes ( ) : void | ||
ChangeType ( IMySqlValue value, int fieldIndex, |
||
ClearKillFlag ( ) : void | ||
GetFieldValue ( int index, bool checkNull ) : IMySqlValue | ||
IDataRecord ( int i ) : IDataReader | ||
MySqlDataReader ( |
||
ProcessOutputParameters ( ) : void | ||
Throw ( |
public GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long | ||
i | int | The zero-based column ordinal. |
fieldOffset | long | The index within the field from which to begin the read operation. |
buffer | byte | The buffer into which to read the stream of bytes. |
bufferoffset | int | The index for buffer to begin the read operation. |
length | int | The maximum length to copy into the buffer. |
return | long |
public GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long | ||
i | int | |
fieldoffset | long | |
buffer | char | |
bufferoffset | int | |
length | int | |
return | long |
public GetDateTime ( int i ) : System.DateTime | ||
i | int | |
return | System.DateTime |
public GetDateTime ( string column ) : System.DateTime | ||
column | string | |
return | System.DateTime |
public GetDecimal ( string column ) : Decimal | ||
column | string | |
return | Decimal |
public GetFieldType ( string column ) : |
||
column | string | |
return |
public GetGuid ( string column ) : System.Guid | ||
column | string | |
return | System.Guid |
public GetInt16 ( string column ) : |
||
column | string | |
return |
public GetInt32 ( string column ) : |
||
column | string | |
return |
public GetInt64 ( string column ) : System.Int64 | ||
column | string | |
return | System.Int64 |
public GetMySqlDateTime ( int column ) : |
||
column | int | |
return |
public GetMySqlDateTime ( string column ) : |
||
column | string | |
return |
public GetMySqlDecimal ( int i ) : |
||
i | int | |
return |
public GetMySqlDecimal ( string column ) : |
||
column | string | |
return |
public GetTimeSpan ( int column ) : System.TimeSpan | ||
column | int | |
return | System.TimeSpan |
public GetTimeSpan ( string column ) : System.TimeSpan | ||
column | string | |
return | System.TimeSpan |
public GetUInt16 ( string column ) : |
||
column | string | |
return |
public GetUInt32 ( string column ) : |
||
column | string | |
return |
public GetUInt64 ( int column ) : System.UInt64 | ||
column | int | |
return | System.UInt64 |
public GetUInt64 ( string column ) : System.UInt64 | ||
column | string | |
return | System.UInt64 |