Class | Description | |
---|---|---|
![]() | ConnectionLostEventArgs | Provides data for the ConnectionLost event. |
![]() | DbCommandBase | Represents a SQL statement or stored procedure to execute against a data source. |
![]() | DbCommandBuilder | Allows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated data source. |
![]() | DbCommandBuilderBase | Allows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated data source. |
![]() | DbConnectionStringBuilder | Generates automatically connection strings used to connect to a data source. |
![]() | DbDataAdapter | Represents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a data source. |
![]() | DbDataReaderBase | Allows to read a forward-only stream of rows from a data source. |
![]() | DbDataSet | Represents an in-memory cache of data with connected model support. |
![]() | DbDataSourceEnumerator | Retrieves list of available servers in the network. |
![]() | DbDataTable | The 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. |
![]() | 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 data source. |
![]() | DbLoaderColumn | Represents the attributes for column loading. |
![]() | DbLoaderColumnCollection | Represents a collection of columns relevant to a DbLoader. |
![]() | DbMonitor | Allows monitoring dynamic SQL execution in applications that use .NET data providers. |
![]() | DbParameterBase | Represents a parameter to a DbCommandBase, and optionally, its mapping to System.Data.DataSet columns. |
![]() | DbParameterBaseCollection | Collects all parameters relevant to a DbCommandBase 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 for SQL Server transaction class Devart.Data.SqlServer.SqlTransaction |
![]() | MonitorEventArgs | Provides data for the DbMonitor.TraceEvent event of the DbMonitor class. |
![]() | ParentDataRelation | Establishes query-based master-detail relation. |
![]() | 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 Server 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. |