







The MySqlHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
DoubleQuoteString | |
![]() |
Equals | (Inherited from Object.) |
![]() ![]() |
EscapeString |
Escapes the string.
|
![]() ![]() |
ExecuteDataRow |
Executes a single SQL command and returns the first row of the resultset. A new MySqlConnection object
is created, opened, and closed during this method.
|
![]() ![]() |
ExecuteDataRowAsync |
Async version of ExecuteDataRow
|
![]() ![]() |
ExecuteDataset(String, String) |
Executes a single SQL command and returns the resultset in a DataSet.
A new MySqlConnection object is created, opened, and closed during this method.
|
![]() ![]() |
ExecuteDataset(MySqlConnection, String) |
Executes a single SQL command and returns the resultset in a DataSet.
The state of the MySqlConnection object remains unchanged after execution
of this method.
|
![]() ![]() |
ExecuteDataset(String, String, array<MySqlParameter>[]()[][]) |
Executes a single SQL command and returns the resultset in a DataSet.
A new MySqlConnection object is created, opened, and closed during this method.
|
![]() ![]() |
ExecuteDataset(MySqlConnection, String, array<MySqlParameter>[]()[][]) |
Executes a single SQL command and returns the resultset in a DataSet.
The state of the MySqlConnection object remains unchanged after execution
of this method.
|
![]() ![]() |
ExecuteDatasetAsync(String, String) |
Async version of ExecuteDataset
|
![]() ![]() |
ExecuteDatasetAsync(MySqlConnection, String) |
Async version of ExecuteDataset
|
![]() ![]() |
ExecuteDatasetAsync(String, String, array<MySqlParameter>[]()[][]) |
Async version of ExecuteDataset
|
![]() ![]() |
ExecuteDatasetAsync(MySqlConnection, String, array<MySqlParameter>[]()[][]) |
Async version of ExecuteDataset
|
![]() ![]() |
ExecuteNonQuery(String, String, array<MySqlParameter>[]()[][]) |
Executes a single command against a MySQL database. A new MySqlConnection is created
using the ConnectionString given.
|
![]() ![]() |
ExecuteNonQuery(MySqlConnection, String, array<MySqlParameter>[]()[][]) |
Executes a single command against a MySQL database. The MySqlConnection is assumed to be
open when the method is called and remains open after the method completes.
|
![]() ![]() |
ExecuteNonQueryAsync(String, String, array<MySqlParameter>[]()[][]) |
Async version of ExecuteNonQuery
|
![]() ![]() |
ExecuteNonQueryAsync(MySqlConnection, String, array<MySqlParameter>[]()[][]) |
Async version of ExecuteNonQuery
|
![]() ![]() |
ExecuteReader(String, String) |
Executes a single command against a MySQL database.
|
![]() ![]() |
ExecuteReader(MySqlConnection, String) |
Executes a single command against a MySQL database.
|
![]() ![]() |
ExecuteReader(String, String, array<MySqlParameter>[]()[][]) |
Executes a single command against a MySQL database.
|
![]() ![]() |
ExecuteReader(MySqlConnection, String, array<MySqlParameter>[]()[][]) |
Executes a single command against a MySQL database.
|
![]() ![]() |
ExecuteReaderAsync(String, String) |
Async version of ExecuteReader
|
![]() ![]() |
ExecuteReaderAsync(MySqlConnection, String) |
Async version of ExecuteReader
|
![]() ![]() |
ExecuteReaderAsync(String, String, array<MySqlParameter>[]()[][]) |
Async version of ExecuteReader
|
![]() ![]() |
ExecuteReaderAsync(MySqlConnection, String, array<MySqlParameter>[]()[][]) |
Async version of ExecuteReader
|
![]() ![]() |
ExecuteScalar(String, String) |
Execute a single command against a MySQL database.
|
![]() ![]() |
ExecuteScalar(MySqlConnection, String) |
Execute a single command against a MySQL database.
|
![]() ![]() |
ExecuteScalar(String, String, array<MySqlParameter>[]()[][]) |
Execute a single command against a MySQL database.
|
![]() ![]() |
ExecuteScalar(MySqlConnection, String, array<MySqlParameter>[]()[][]) |
Execute a single command against a MySQL database.
|
![]() ![]() |
ExecuteScalarAsync(String, String) |
Async version of ExecuteScalar
|
![]() ![]() |
ExecuteScalarAsync(MySqlConnection, String) |
Async version of ExecuteScalar
|
![]() ![]() |
ExecuteScalarAsync(String, String, array<MySqlParameter>[]()[][]) |
Async version of ExecuteScalar
|
![]() ![]() |
ExecuteScalarAsync(MySqlConnection, String, array<MySqlParameter>[]()[][]) |
Async version of ExecuteScalar
|
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() |
UpdateDataSet |
Updates the given table with data from the given DataSet
|
![]() ![]() |
UpdateDataSetAsync |
Async version of UpdateDataset
|