dotConnect for MySQL Documentation
Inheritance Hierarchy
In This Topic
    Devart.Common Namespace (Devart.Data)
    In This Topic
    Classes
     ClassDescription
    ClassProvides data for the ConnectionLost event.
    ClassRepresents a SQL statement or stored procedure to execute against a data source.
    ClassAllows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated data source.
    ClassAllows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated data source.
    ClassGenerates automatically connection strings used to connect to a data source.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a data source.
    ClassAllows to read a forward-only stream of rows from a data source.
    ClassRepresents an in-memory cache of data with connected model support.
    ClassRetrieves list of available servers in the network.
    ClassThe DbDataTable class represents a single object that provides all of the functionality needed to retrieve and manipulate data from a data source. The DbDataTable class is built using existing ADO.NET components.
    ClassServes to store a database or its parts as a script and also to restore database from the received script.
    ClassServes to load external data into the data source.
    ClassRepresents the attributes for column loading.
    ClassRepresents a collection of columns relevant to a DbLoader.
    ClassAllows monitoring dynamic SQL execution in applications that use .NET data providers.
    ClassRepresents a parameter to a DbCommandBase, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a DbCommandBase as well as their respective mappings to System.Data.DataSet columns.
    ClassThe base class for all exceptions thrown on data provider side. This does not include data source exceptions.
    ClassServes to execute series of SQL statements separated by special symbols.
    ClassBase class for the dotConnect for MySQL transaction class Devart.Data.MySql.MySqlTransaction.
    ClassProvides data for the DbMonitor.TraceEvent event of the DbMonitor class.
    ClassEstablishes query-based master-detail relation.
    ClassRepresents an exception that occurs when connecting through a proxy server.
    ClassRepresents proxy server settings.
    ClassDescribes an error that is raised during record count request process.
    ClassProvides data for the DbScript.Error event of the DbScript class.
    ClassProvides data for the DbScript.Progress event of the DbScript class.
    ClassRepresents a single statement in a script.
    ClassRepresents collection of statements that constitute MySQL script.
    ClassProvides data for the DbTransactionBase.StateChanged event of the DbTransactionBase class.
    ClassBase class for TransactionStateChangedEventArgs and TransactionStateChangingEventArgs classes.
    ClassProvides data for the DbTransactionBase.StateChanging event of the DbTransactionBase class.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the Error ConnectionLost of MySqlConnection.
    DelegateRepresents the method that will handle the DbMonitor.TraceEvent event of the DbMonitor class.
    DelegateRepresents the method that will handle the ProxyOptions.PropertyChanged event of the ProxyOptions class.
    DelegateRepresents the method that will handle the DbScript.Error event of the DbScript.
    DelegateRepresents the method that will handle the DbScript.Progress event of the DbScript.
    DelegateRepresents the method that will handle the DbTransactionBase.StateChanged event of DbTransactionBase descendants.
    DelegateRepresents the method that will handle the DbTransactionBase.StateChanging event of DbTransactionBase descendants.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the cause of the connection loss.
    EnumerationSpecifies the state of the connection when error ocurred.
    EnumerationSpecifies what kind of information should be exported by Devart.Data.MySql.MySqlDump.
    EnumerationAllows subscribing for certain event kinds and not monitoring other events in order to improve performance.
    EnumerationDescribes type of the current DbMonitor event.
    EnumerationDetermines when DbMonitor.TraceEvent event occurs.
    EnumerationDescribes autorefresh actions that can be taken by DbCommandBuilder and DbDataTable.
    EnumerationSpecifies the application behavior when connection is lost.
    EnumerationDescribes type of a statement in a script.
    EnumerationIndicates the operation, that is being performed or has been performed in the transaction in the DbTransactionBase.StateChanged or DbTransactionBase.StateChanging events.
    See Also