Oracle 5.0 Reference Manual page 2045

Table of Contents

Advertisement

For a list of all members of this type, see
Syntax: Visual Basic
NotInheritable Public Class MySqlHelper
Syntax: C#
public sealed class MySqlHelper
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations.
Instance members are not guaranteed to be thread-safe.
Requirements
Namespace:
Assembly: MySql.Data (in MySql.Data.dll)
See Also
MySqlHelper
20.2.7.1.7.1.
MySqlHelper
MySqlHelper overview
Public Static (Shared) Methods
ExecuteDataRow
ExecuteDataset
ExecuteNonQuery
ExecuteReader
ExecuteScalar
UpdateDataSet
Public Instance Methods
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
Connector/Net API Reference
MySql.Data.MySqlClient
Members,
MySql.Data.MySqlClient Namespace
Members
MySqlHelper Members
Executes a single SQL statement and returns the
first row of the resultset. A new MySqlConnection
object is created, opened, and closed during this
method.
Overloaded. Executes a single SQL statement
and returns the resultset in a DataSet. A new
MySqlConnection object is created, opened, and
closed during this method.
Overloaded. Executes a single command against
a MySQL database. The
assumed to be open when the method is called
and remains open after the method completes.
Overloaded. Executes a single command against
a MySQL database.
Overloaded. Execute a single command against a
MySQL database.
Updates the given table with data from the given
DataSet
Determines whether the specified Object is equal
to the current Object.
Serves as a hash function for a particular type.
GetHashCode is suitable for use in hashing
algorithms and data structures like a hash table.
Gets the Type of the current instance.
2025
.
MySqlConnection
is

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents