dotConnect for QuickBooks 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.
    ClassAutomatically generates single-table commands used to reconcile changes made to a System.Data.DataSet with the QuickBooks.
    ClassRepresents an open connection to QuickBooks.
    ClassGenerates automatically connection strings used to connect to QuickBooks.
    ClassRepresents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a QuickBooks data.
    ClassReads a forward-only stream of rows from QuickBooks.
    ClassRepresents an error returned by QuickBooks.
    ClassCollects errors of an exception generated by dotConnect for QuickBooks.
    ClassThe exception that is generated when QuickBooks returns an error.
    ClassServes to load external data into QuickBooks.
    ClassEnumerates collection names you can use for metadata retrieval purposes.
    ClassMonitors dynamic SQL execution in applications that use dotConnect for QuickBooks.
    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.
    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