| Class | Description |
|---|---|
| InvalidCharsetException | The exception that occurs when сlient character set different from server character set. |
| MySqlAuthenticationPrompEventArgs | Provides data for the MySqlConnection.AuthenticationPrompt event. |
| MySqlBlob | Represents a variable-length stream of binary data to be stored in or retrieved from a database. |
| MySqlCommand | Represents a SQL statement or stored procedure to execute against a MySQL database. |
| MySqlCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a |
| MySqlConnection | Represents an open connection to a MySQL database. |
| MySqlConnectionStringBuilder | Generates automatically connection strings used to connect to a MySQL database. |
| MySqlDataAdapter | Represents a set of data commands and a database connection that are used to fill the |
| MySqlDataReader | Reads a forward-only stream of rows from a MySQL database. |
| MySqlDataSet | Represents an in-memory cache of data with support for MySQL-specific features. |
| MySqlDataTable | Represents a single object that provides all of the functionality needed to retrieve and manipulate data from a MySQL data source. |
| MySqlDbProviderException | The exception that is thrown when dotConnect for MySQL provider returns a provider (non-database) error. |
| MySqlDependency | Tracks changes on the server. |
| MySqlDump | Serves to store a database or its parts as a script and to restore database from the generated script. |
| MySqlDumpProgressEventArgs | Provides data for the MySqlDump.Progress event. |
| MySqlErrorEventArgs | Provides data for the MySqlConnection.Error event. |
| MySqlException | The exception that is generated when MySQL returns an error. |
| MySqlGuid | Represents a guid data to be stored in or retrieved from a database. |
| MySqlHelper | This class is designed for compartibility with connectorNet only. |
| MySqlHttpOptions | Represents connection options for HTTP tunneling. |
| MySqlInfoMessageEventArgs | Provides data for the MySqlConnection.InfoMessage event. |
| MySqlLoader | Serves to load external data into the MySQL database. |
| MySqlLoaderColumn | Represents the attributes for column loading. |
| MySqlLoaderColumnCollection | Represents a collection of columns relevant to a MySqlLoader. |
| MySqlLoaderOptions | Specifies how MySQlLoader will generate LoAD DATA statement. |
| MySqlMetaDataCollectionNames | Enumerates collection names you can use for metadata retrieval purposes. |
| MySqlMonitor | Monitors dynamic SQL execution in applications that use dotConnect for MySQL. |
| MySqlParameter | Represents a parameter to a MySqlCommand, and optionally, its mapping to |
| MySqlParameterCollection | Collects all parameters relevant to a MySqlCommand as well as their respective mappings to |
| MySqlProviderFactory | Represents a factory required to create inheritors of generic base classes to use with dotConnect for MySQL. |
| MySqlRowUpdatedEventArgs | Provides data for the MySqlDataAdapter.RowUpdated event. |
| MySqlRowUpdatingEventArgs | Provides data for the MySqlDataAdapter.RowUpdating event. This class cannot be inherited. |
| MySqlSchemaTableColumn | Describes specific MySQL column metadata of the schema for a database table. |
| MySqlScript | Serves to execute series of SQL statements separated by special symbols. |
| MySqlSelectLimit | Represents MySQL LIMIT clause. Represents MySQL LIMIT clause. |
| MySqlSelectStatement | Represents MySQL SELECT statement. |
| MySqlTableChangeEventArgs | Provides data for the MySqlDependency.OnChange event of the MySqlDependency class. |
| MySqlText | Represents a variable-length stream of characters to be stored in or retrieved from the database. |
| MySqlTransaction | Represents a SQL transaction to be made in the MySQL database. |
| OnCheckEventArgs | Provides data for the MySqlDependency.OnCheck event of the MySqlDependency class. |
| SshOptions | Represents information required to establish a SSH connection. |
| SslOptions | Represents information required to establish a SSL connection. |
| Enumeration | Description |
|---|---|
| MySqlDumpObjects | Determines which database objects will be included in the dump text. |
| MySqlLoaderConflictOption | Specifies handling of input rows that duplicate existing rows on unique key values. |
| MySqlLoaderPriority | Specifies the priority of the load operation. |
| MySqlProtocol | Specifies a type of the network protocol which will be used to access MySQL server. |
| MySqlType | Specifies the data type of a field or MySqlParameter. |
| Structure | Description |
|---|---|
| MySqlBinaryString | Represents MySQL BINARY and VARBINARY types. |
| MySqlDecimal | Represents MySQL type DECIMAL. |
© 2002 - 2012 Devart. All Rights Reserved.