Class | Description | |
---|---|---|
![]() | ConnectionLostEventArgs | Provides data for the ConnectionLost event. |
![]() | DbCommandBase | Represents a SQL statement or stored procedure to execute against a SQL database. |
![]() | DbCommandBuilder | Allows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated server database. |
![]() | DbCommandBuilderBase | Allows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated server database. |
![]() | DbConnectionStringBuilder | Generates automatically connection strings used to connect to database. |
![]() | DbDataAdapter | Represents a set of data commands and a database connection that are used to fill the System.Data.DataSet and update a database. |
![]() | DbDataReaderBase | Allows to read a forward-only stream of rows from a SQL server database. |
![]() | DbDataSourceEnumerator | Retrieves list of available servers in the network. |
![]() | DbDump | Serves to store a database or its parts as a script and also to restore database from the received script. |
![]() | DbLoader | Serves to load external data into the database. |
![]() | DbLoaderColumn | Represents the attributes for column loading. |
![]() | DbLoaderColumnCollection | Represents a collection of columns relevant to a DbLoader. |
![]() | DbMonitor | Allows to monitor dynamic SQL execution in applications that use .NET data providers. |
![]() | DbParameterBase | Represents a parameter to a Devart.Common.DbCommand, and optionally, its mapping to System.Data.DataSet columns. |
![]() | DbParameterBaseCollection | Collects all parameters relevant to a Devart.Common.DbCommand as well as their respective mappings to System.Data.DataSet columns. |
![]() | DbProviderException | The base class for all exceptions thrown on data provider side. This does not include data source exceptions. |
![]() | DbScript | Serves to execute series of SQL statements separated by special symbols. |
![]() | DbTransactionBase | Base class for the dotConnect Universal transaction class Devart.Data.Universal.UniTransaction |
![]() | MonitorEventArgs | Provides data for the DbMonitor.TraceEvent event of the DbMonitor class. |
![]() | QueryRecordCountException | Describes an error that is raised during record count request process. |
![]() | ScriptErrorEventArgs | Provides data for the DbScript.Error event of the DbScript class. |
![]() | ScriptProgressEventArgs | Provides data for the DbScript.Progress event of the DbScript class. |
![]() | SqlStatement | Represents a single statement in a script. |
![]() | SqlStatementCollection | Represents collection of statements that constitute SQL script. |
![]() | TransactionStateChangedEventArgs | Provides data for the DbTransactionBase.StateChanged event of the DbTransactionBase class. |
![]() | TransactionStateChangeEventArgs | Base class for TransactionStateChangedEventArgs and TransactionStateChangingEventArgs classes. |
![]() | TransactionStateChangingEventArgs | Provides data for the DbTransactionBase.StateChanging event of the DbTransactionBase class. |