dotConnect Universal 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 SQL database.
    ClassAllows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated server database.
    ClassAllows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated server database.
    ClassGenerates automatically connection strings used to connect to database.
    ClassRepresents a set of data commands and a database connection that are used to fill the System.Data.DataSet and update a database.
    ClassAllows to read a forward-only stream of rows from a SQL server database.
    ClassRetrieves list of available servers in the network.
    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 database.
    ClassRepresents the attributes for column loading.
    ClassRepresents a collection of columns relevant to a DbLoader.
    ClassAllows to monitor dynamic SQL execution in applications that use .NET data providers.
    ClassRepresents a parameter to a Devart.Common.DbCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a Devart.Common.DbCommand 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 Universal transaction class Devart.Data.Universal.UniTransaction
    ClassProvides data for the DbMonitor.TraceEvent event of the DbMonitor class.
    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 SQL 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 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.Universal.UniDump.
    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