Oracle 5.0 Reference Manual page 2009

Table of Contents

Advertisement

Namespace:
Assembly: MySql.Data (in MySql.Data.dll)
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.
MySqlDataReader
MySqlDataReader overview
Public Instance Properties
Depth
FieldCount
HasRows
IsClosed
Item
RecordsAffected
Public Instance Methods
Close
CreateObjRef (inherited from
MarshalByRefObject)
Equals (inherited from Object)
GetBoolean
GetByte
GetBytes
GetChar
GetChars
GetDataTypeName
GetDateTime
GetDecimal
GetDouble
GetFieldType
Connector/Net API Reference
MySql.Data.MySqlClient
Members,
MySql.Data.MySqlClient Namespace
Members
Gets a value indicating the depth of nesting for
the current row. This method is not supported
currently and always returns 0.
Gets the number of columns in the current row.
Gets a value indicating whether the
MySqlDataReader contains one or more rows.
Gets a value indicating whether the data reader is
closed.
Overloaded. Overloaded. Gets the value of a
column in its native format. In C#, this property is
the indexer for the MySqlDataReader class.
Gets the number of rows changed, inserted, or
deleted by execution of the SQL statement.
Closes the MySqlDataReader object.
Creates an object that contains all the relevant
information required to generate a proxy used to
communicate with a remote object.
Determines whether the specified Object is equal
to the current Object.
Gets the value of the specified column as a
Boolean.
Gets the value of the specified column as a byte.
Reads a stream of bytes from the specified
column offset into the buffer an array starting at
the given buffer offset.
Gets the value of the specified column as a single
character.
Reads a stream of characters from the specified
column offset into the buffer as an array starting at
the given buffer offset.
Gets the name of the source data type.
Gets the Type that is the data type of the object.
1989

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents