Class | Description | |
---|---|---|
DmlLoader | Serves to load external data into QuickBooks Online. | |
SqlShimCommand | Represents a SQL statement or stored procedure to execute against a cloud application. Base class for Devart.Data.QuickBooks.QuickBooksCommand. | |
SqlShimCommandBuilder | Allows to automatically generate single-table commands used to reconcile changes made to a System.Data.DataSet with the associated data source. | |
SqlShimConnection | Represents an open connection to a cloud application. | |
SqlShimConnectionStringBuilder | Generates automatically connection strings used to connect to a cloud data source. | |
SqlShimDataAdapter | 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. | |
SqlShimDataReader | Reads a forward-only stream of rows from QuickBooks Online. A base abstract class for Devart.Data.QuickBooks.QuickBooksDataReader. | |
SqlShimException | Base abstract class for an exception, thrown when a cloud application returns an error. | |
SqlShimLoader | Serves to load external data into QuickBooks Online. | |
SqlShimLoaderColumn | Represents the attributes for column loading. | |
SqlShimLoaderColumnCollection | Represents a collection of columns relevant to a SqlShimLoader. | |
SqlShimLoaderException | The exception that is generated when an error occurs during loading operation. | |
SqlShimParameter | Represents a parameter to a Devart.Common.DbCommandBase, and optionally, its mapping to System.Data.DataSet columns. | |
SqlShimParameterCollection<T> | Collects all parameters relevant to a SqlShimCommand as well as their respective mappings to System.Data.DataSet columns. | |
SqlShimProviderFactory | Represents a base class for a factory required to create inheritors of generic base classes to use with dotConnect for QuickBooks Online. |