dotConnect for MySQL Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.MySql Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThe exception that occurs when the client character set differs from the server character set.
    ClassThis class represents an in-memory storage for keys and certificates for establishing a protected SSL or SSH connection. It allows you to upload certificates and keys into memory once when the application starts and don't load certificate and key from some external sources (for example, files) each time when a connection is opened.
    ClassProvides data for the MySqlConnection.AuthenticationPrompt event.
    ClassRepresents a variable-length stream of binary data to be stored in or retrieved from a database.
    ClassRepresents a SQL statement or stored procedure to execute against MySQL.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the MySQL.
    ClassRepresents an open connection to MySQL.
    ClassGenerates automatically connection strings used to connect to MySQL.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a MySQL data.
    ClassReads a forward-only stream of rows from MySQL.
    ClassRepresents an in-memory cache of data with support for MySQL-specific features.
    ClassProvides a mechanism for enumerating all known MySQL servers.
    ClassRepresents a single object that provides all of the functionality needed to retrieve and manipulate data from a MySQL data source.
    ClassThe exception that is thrown when dotConnect for MySQL provider returns a provider (non-database) error.
    ClassTracks changes on the server.
    ClassServes to store a database or its parts as a script and to restore database from the generated script.
    ClassProvides data for the MySqlDump.Progress event.
    ClassProvides data for the MySqlConnection.Error event.
    ClassThe exception that is generated when MySQL returns an error.
    ClassRepresents a guid data to be stored in or retrieved from a database.
    ClassThis class is designed for compartibility with connectorNet only.
    ClassRepresents connection options for HTTP tunneling.
    ClassProvides data for the MySqlConnection.InfoMessage event.
    ClassServes to load external data into MySQL.
    ClassRepresents the attributes for column loading.
    ClassRepresents a collection of columns relevant to a MySqlLoader.
    ClassSpecifies how MySQlLoader will generate LOAD DATA statement.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for MySQL.
    ClassRepresents a parameter to a MySqlCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a MySqlCommand as well as their respective mappings to System.Data.DataSet columns.
    ClassRepresents a factory required to create inheritors of generic base classes to use with dotConnect for MySQL.
    ClassProvides data for the MySqlDataAdapter.RowUpdated event.
    ClassProvides data for the MySqlDataAdapter.RowUpdating event. This class cannot be inherited.
    ClassDescribes specific MySQL column metadata of the schema for a database table.
    ClassServes to execute series of SQL statements separated by special symbols.
    ClassRepresents MySQL LIMIT clause. Represents MySQL LIMIT clause.
    ClassRepresents MySQL SELECT statement.
    ClassProvides data for the MySqlScript.MySqlStatementExecute event of the MySqlScript class.
    ClassProvides data for the MySqlDependency.OnChange event of the MySqlDependency class.
    ClassRepresents a variable-length stream of characters to be stored in or retrieved from the database.
    ClassRepresents a SQL transaction to be made in the MySQL database.
    ClassProvides data for the MySqlDependency.OnCheck event of the MySqlDependency class.
    ClassThis class contains product information.
    ClassRepresents information required to establish a SSH connection.
    ClassRepresents information required to establish a SSL connection.
    Structures
     StructureDescription
    StructureRepresents MySQL BINARY and VARBINARY types.
    StructureRepresents MySQL type DECIMAL.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the MySqlConnection.AuthenticationPrompt event of MySqlConnection.
    DelegateRepresents the method that will handle the MySqlDump.Progress event of an MySqlDump.
    DelegateRepresents the method that will handle the MySqlConnection.Error event of MySqlConnection.
    DelegateRepresents the method that will handle the MySqlConnection.InfoMessage event of MySqlConnection.
    DelegateRepresents the method that will handle the MySqlDataAdapter.RowUpdated event of an MySqlDataAdapter.
    DelegateRepresents the method that will handle the MySqlDataAdapter.RowUpdating event of an MySqlDataAdapter.
    DelegateRepresents the method that will handle the MySqlScript.MySqlStatementExecute event of an MySqlScript.
    DelegateRepresents the method that will handle the MySqlDependency.OnChange event of a MySqlDependency.
    DelegateRepresents the method that will handle the MySqlDependency.OnCheck event of a MySqlDependency.
    DelegateRepresents the method that will handle the MySqlConnection.SshHostKeyConfirmation event of MySqlConnection.
    Enumerations
     EnumerationDescription
    EnumerationDetermines which method MySqlDependency should use for checking tables for changes.
    EnumerationDetermines which database objects will be included in the dump text.
    EnumerationSpecifies handling of input rows that duplicate existing rows on unique key values.
    EnumerationSpecifies the priority of the load operation.
    EnumerationSpecifies a type of the network protocol which will be used to access MySQL server.
    EnumerationDescribes type of a MySQL command line tool command. The functionality of the corresponding commands is given below.
    EnumerationSpecifies the data type of a field or MySqlParameter.
    See Also