MySqlHelper Members


MySqlHelper overview

Public Static (Shared) Methods

ExecuteDataRow 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.
ExecuteDataset 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.
ExecuteNonQuery Overloaded. Executes a single command against a MariaDB database. The MySqlConnection is assumed to be open when the method is called and remains open after the method completes.
ExecuteReader Overloaded. Executes a single command against a MariaDB database.
ExecuteScalar Overloaded. Execute a single command against a MariaDB database.
UpdateDataSet Updates the given table with data from the given DataSet

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from 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.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

MySqlHelper Class, MySql.Data.MySqlClient Namespace

Retornar