dotConnect for Zoho Books Documentation
Devart.Data.ZohoBooks Namespace / ZohoBooksDataAdapter Class
Members

In This Topic
    ZohoBooksDataAdapter Class
    In This Topic
    Represents a set of data commands and a data source connection that are used to fill the System.Data.DataSet and update a Zoho Books data.
    Syntax
    Remarks
    The ZohoBooksDataAdapter serves as a bridge between a System.Data.DataSet and a data source for retrieving and saving data. The ZohoBooksDataAdapter provides this bridge by using System.Data.Common.DbDataAdapter.Fill to load data from the data source into the System.Data.DataSet, and using System.Data.DataSet.Update() to send changes made in the System.Data.DataSet back to the data source.

    ZohoBooksDataAdapter is used in conjunction with ZohoBooksConnection and ZohoBooksCommand to increase performance when connecting to Zoho Books.

    The ZohoBooksDataAdapter also includes the SelectCommand, InsertCommand, DeleteCommand, UpdateCommand, and Devart.Data.SqlShimDataAdapter.TableMappings properties to facilitate loading and updating of data.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DataAdapter
                System.Data.Common.DbDataAdapter
                   Devart.Common.DbDataAdapter
                      Devart.Data.SqlShimDataAdapter
                         Devart.Data.ZohoBooks.ZohoBooksDataAdapter

    See Also