Classes
| Class | Description | |
|---|---|---|
|
AuthenticationPluginConfigurationElement | |
|
BaseCommandInterceptor |
BaseCommandInterceptor is the base class that should be used for all userland
command interceptors
|
|
BaseExceptionInterceptor |
BaseExceptionInterceptor is the base class that should be used for all userland
exception interceptors
|
|
BaseTableCache | |
|
GenericConfigurationElementCollection<(Of <(<'T>)>)> | |
|
InterceptorConfigurationElement | |
|
MySqlBulkLoader | |
|
MySqlClientFactory |
DBProviderFactory implementation for MysqlClient.
|
|
MySqlClientPermission | |
|
MySqlClientPermissionAttribute | |
|
MySqlCommand |
Represents a SQL statement to execute against a MySQL database. This class cannot be inherited.
|
|
MySqlCommandBuilder |
Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated MySQL database. This class cannot be inherited.
|
|
MySqlConfiguration | |
|
MySqlConnection |
Represents an open connection to a MySQL Server database. This class cannot be inherited.
|
|
MySqlConnectionStringBuilder | |
|
MySqlDataAdapter |
Represents a set of data commands and a database connection that are used to fill a dataset and update a MySQL database. This class cannot be inherited.
|
|
MySqlDataReader |
Provides a means of reading a forward-only stream of rows from a MySQL database. This class cannot be inherited.
|
|
MySqlError |
Collection of error codes that can be returned by the server
|
|
MySqlException |
The exception that is thrown when MySQL returns an error. This class cannot be inherited.
|
|
MySqlHelper |
Helper class that makes it easier to work with the provider.
|
|
MySqlInfoMessageEventArgs |
Provides data for the InfoMessage event. This class cannot be inherited.
|
|
MySqlParameter |
Represents a parameter to a MySqlCommand, and optionally, its mapping to DataSet columns. This class cannot be inherited.
|
|
MySqlParameterCollection |
Represents a collection of parameters relevant to a MySqlCommand as well as their respective mappings to columns in a DataSet. This class cannot be inherited.
|
|
MySqlRowUpdatedEventArgs |
Provides data for the RowUpdated event. This class cannot be inherited.
|
|
MySqlRowUpdatingEventArgs |
Provides data for the RowUpdating event. This class cannot be inherited.
|
|
MySqlSchemaCollection | |
|
MySqlSchemaRow | |
|
MySqlScript |
Provides a class capable of executing a SQL script containing
multiple SQL statements including CREATE PROCEDURE statements
that require changing the delimiter
|
|
MySqlScriptErrorEventArgs | |
|
MySqlScriptEventArgs | |
|
MySqlSecurityPermission | |
|
MySqlTrace | |
|
MySqlTransaction |
Represents a SQL transaction to be made in a MySQL database. This class cannot be inherited.
|
|
ReplicationConfigurationElement |
Used to define a Replication configurarion element in configuration file
|
|
ReplicationServerConfigurationElement |
Defines a Replication server in configuration file
|
|
ReplicationServerGroupConfigurationElement |
Used to define a Replication server group in configuration file
|
|
SchemaColumn | |
|
StringUtility |
Delegates
| Delegate | Description | |
|---|---|---|
|
MySqlInfoMessageEventHandler |
Represents the method that will handle the InfoMessage event of a
MySqlConnection.
|
|
MySqlRowUpdatedEventHandler |
Represents the method that will handle the RowUpdated event of a MySqlDataAdapter.
|
|
MySqlRowUpdatingEventHandler |
Represents the method that will handle the RowUpdating event of a MySqlDataAdapter.
|
|
MySqlScriptErrorEventHandler | |
|
MySqlStatementExecutedEventHandler |
Enumerations
| Enumeration | Description | |
|---|---|---|
|
MySqlBulkLoaderConflictOption | |
|
MySqlBulkLoaderPriority | |
|
MySqlCertificateStoreLocation | |
|
MySqlConnectionProtocol |
Allows the user to specify the type of connection that should
be used.
|
|
MySqlDbType |
Specifies MySQL specific data type of a field, property, for use in a MySqlParameter.
|
|
MySqlDriverType |
Specifies the connection types supported
|
|
MySqlErrorCode |
Provides a reference to error codes returned by MySQL.
|
|
MySqlSslMode |
SSL options for connection.
|
|
MySqlTraceEventType | |
|
UsageAdvisorWarningFlags |