Mono Class Library: NamespacesMySql.Data.MySqlClient Namespace |
[Edit]
Type Reason CustomInstaller We are adding a custom installer class to our assembly so our installer can make proper changes to the machine.config file. MySqlBulkLoader MySqlClientFactory DBProviderFactory implementation for MysqlClient. MySqlCommand Documentation for this section has not yet been entered. MySqlCommandBuilder Documentation for this section has not yet been entered. MySqlConnection Documentation for this section has not yet been entered. MySqlConnectionStringBuilder Documentation for this section has not yet been entered. MySqlDataAdapter Documentation for this section has not yet been entered. MySqlDataReader Documentation for this section has not yet been entered. 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 MySql.Data.MySqlClient.MySqlCommand, and optionally, its mapping to System.Data.DataSet columns. This class cannot be inherited. MySqlParameterCollection Represents a collection of parameters relevant to a MySql.Data.MySqlClient.MySqlCommand as well as their respective mappings to columns in a System.Data.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. 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 MySqlTransaction Documentation for this section has not yet been entered.
Type Reason MySqlInfoMessageEventHandler Represents the method that will handle the MySql.Data.MySqlClient.MySqlConnection.InfoMessage event of a MySql.Data.MySqlClient.MySqlConnection. MySqlRowUpdatedEventHandler Represents the method that will handle the MySql.Data.MySqlClient.MySqlDataAdapter.RowUpdated event of a MySql.Data.MySqlClient.MySqlDataAdapter. MySqlRowUpdatingEventHandler Represents the method that will handle the MySql.Data.MySqlClient.MySqlDataAdapter.RowUpdating event of a MySql.Data.MySqlClient.MySqlDataAdapter. MySqlScriptErrorEventHandler MySqlStatementExecutedEventHandler
Type Reason MySqlBulkLoaderConflictOption MySqlBulkLoaderPriority 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 MySql.Data.MySqlClient.MySqlParameter. MySqlDriverType Specifies the connection types supported MySqlErrorCode Provides a reference to error codes returned by MySQL. MySqlSslMode SSL options for connection.