dotConnect for MySQLdcmysql@devart.com

Class and Component List

This topic presents a brief description of the classes and components included in dotConnect for MySQL. Click on the name of each component for more information.

Core ADO.NET Classes

ClassDescription
MySqlConnectionEstablishes a connection to MySQL database and manages transactions.
MySqlCommandExecutes SQL statements and stored procedures at MySQL database.
MySqlDataReaderExposes and reads a forward-only stream of data from MySQL database.
MySqlDataAdapterPopulates a DataSet and resolves updates with MySQL database.
MySqlTransactionStarts, commits, or rolls back server transactions.
MySqlParameterRepresents input, output, and return value parameters for commands.
MySqlExceptionRepresents an error encountered at MySQL database. For an error encountered at the client, dotConnect for MySQL throws a .NET Framework exception.

Complementary ADO.NET Classes

ClassDescription
MySqlCommandBuilderA helper object that automatically generates command properties of MySqlDataAdapter and populates the MySqlParameter collection of MySqlCommand object.
MySqlConnectionStringBuilderConstructs a connection string by assigning values to appropriate properties.
DbDataSourceEnumeratorRetrieves list of available servers in the network.
MySqlDataSourceEnables flexible data binding for ASP.NET applications.

dotConnect for MySQL Advanced Classes

ClassDescription
MySqlDataTableProvides all of the functionality needed to retrieve and manipulate data from a MySQL server data source. Combines connected and disconnected data access models.
MySqlDataSetRepresents typed and untyped MySQL-specific datasets. Bases on MySqlDataTable objects to build the schema.
DataLinkServes to establish flexible cross-form data binding.

dotConnect for MySQL Auxiliary Classes

ClassDescription
MySqlScriptServes to execute series of SQL statements.
MySqlLoaderServes to load external data into the MySQL database.
MySqlDumpServes to store a database or its parts as a script and also to restore database from the received script.
MySqlMonitorServes to monitor dynamic SQL execution in applications that use dotConnect for MySQL.

 

 


© 2002-2008 Devart. All rights reserved.