MySql.Data.MySqlClient


Namespace hierarchy

Classes

Class Description
BaseCommandInterceptor Provides a means of enhancing or replacing SQL commands through the connection string rather than recompiling.
BaseExceptionInterceptor Provides a means of enabling and disabling exception handling through the connection string rather than recompiling.
MySqlClientPermission Derived from the .NET DBDataPermission class. For usage information, see , "Working with Partial Trust".
MySqlCommand
MySqlCommandBuilder
MySqlConnection
MySqlDataAdapter
MySqlDataReader Provides a means of reading a forward-only stream of rows from a MariaDB 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 MariaDB 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 DataSetcolumns. 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.
MySqlTransaction

Delegates

Delegate Description
MySqlInfoMessageEventHandler Represents the method that will handle the InfoMessage event of a MySqlConnection.
MySqlRowUpdatedEventHandler Represents the method that will handle the RowUpdatedevent of a MySqlDataAdapter.
MySqlRowUpdatingEventHandler Represents the method that will handle the RowUpdatingevent of a MySqlDataAdapter.

Enumerations

Retornar