dotConnect for QuickBooks Online Documentation
Inheritance Hierarchy
In This Topic
    Devart.Data.QuickBooks Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a SQL statement or stored procedure to execute against QuickBooks Online.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the QuickBooks Online.
    ClassRepresents an open connection to QuickBooks Online.
    ClassGenerates automatically connection strings used to connect to QuickBooks Online.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a QuickBooks Online data.
    ClassReads a forward-only stream of rows from QuickBooks Online.
    ClassRepresents an error returned by QuickBooks Online.
    ClassCollects errors of an exception generated by dotConnect for QuickBooks Online.
    ClassThe exception that is generated when QuickBooks Online returns an error.
    ClassServes to load external data into QuickBooks Online.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for QuickBooks Online.
    ClassRepresents a parameter to a QuickBooksCommand, and optionally, its mapping to System.Data.DataSet columns.
    ClassCollects all parameters relevant to a QuickBooksCommand as well as their respective mappings to System.Data.DataSet columns.
    ClassRepresents a factory required to create inheritors of generic base classes to use with dotConnect for QuickBooks Online.
    ClassProvides data for the QuickBooksDataAdapter.RowUpdated event.
    ClassProvides data for the QuickBooksDataAdapter.RowUpdating event. This class cannot be inherited.
    Delegates
     DelegateDescription
    DelegateRepresents the method that will handle the QuickBooksDataAdapter.RowUpdated event of an QuickBooksDataAdapter.
    DelegateRepresents the method that will handle the QuickBooksDataAdapter.RowUpdating event of an QuickBooksDataAdapter.
    See Also