Mono Class Library: Namespaces

MySql.Data.MySqlClient Namespace

[Edit]

Classes

TypeReason
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.
MySqlCommandDocumentation for this section has not yet been entered.
MySqlCommandBuilderDocumentation for this section has not yet been entered.
MySqlConnectionDocumentation for this section has not yet been entered.
MySqlConnectionStringBuilderDocumentation for this section has not yet been entered.
MySqlDataAdapterDocumentation for this section has not yet been entered.
MySqlDataReaderDocumentation 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
MySqlTransactionDocumentation for this section has not yet been entered.

Delegates

TypeReason
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

Enumerations

TypeReason
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.