MySqlSharp.Provider Namespace Summary

Class Summary
MySqlCommand Represents a mySQL statement to execute against a SQL Server database.
MySqlConnection Represents an open connection to a mySql database.
MySqlDataAdapter Represents a set of data commands and a database connection that are used to fill the and update a mySQL database.
MySqlDataReader Provides a means of reading a forward-only stream of rows from a mySQL database.
MySqlError Collects information relevant to a warning or error returned by mySQL.
MySqlException The exception that is thrown when mySQL returns a warning or error.
MySqlParameter Represents a parameter to a , and optionally, its mapping to columns.
MySqlParameterCollection Collects all parameters relevant to a as well as their respective mappings to columns.
MySqlRowUpdatedEventArgs This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
MySqlRowUpdatingEventArgs This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Delegate Summary
MySqlRowUpdatedEventHandler This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
MySqlRowUpdatingEventHandler This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Enumeration Summary
MySqlDbType Specifies mySQL data types.