dotConnect for Mailchimp Documentation
Devart.Data.MailChimp Namespace / MailChimpDataAdapter Class
Members

In This Topic
    MailChimpDataAdapter 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 Mailchimp data.
    Syntax
    Remarks
    The MailChimpDataAdapter serves as a bridge between a System.Data.DataSet and a data source for retrieving and saving data. The MailChimpDataAdapter 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.

    MailChimpDataAdapter is used in conjunction with MailChimpConnection and MailChimpCommand to increase performance when connecting to Mailchimp.

    The MailChimpDataAdapter also includes the SelectCommand, InsertCommand, DeleteCommand, UpdateCommand, and 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.MailChimp.MailChimpDataAdapter

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also