DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneDataAdapter Class
Members

In This Topic
    C1KintoneDataAdapter Class
    In This Topic
    Represents a set of data commands and a connection to a data source that are used to fill the System.Data.DataSet and update the data source. This class cannot be inherited.
    Object Model
    C1KintoneDataAdapter Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1KintoneDataAdapter 
       Inherits C1.DataConnector.AdoNet.C1DataAdapterBase(Of C1KintoneCommand)
    public sealed class C1KintoneDataAdapter : C1.DataConnector.AdoNet.C1DataAdapterBase<C1KintoneCommand> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DataAdapter
                System.Data.Common.DbDataAdapter
                   C1.DataConnector.AdoNet.C1DataAdapterBase
                      C1.DataConnector.AdoNet.C1DataAdapterBase<TCommandImpl>
                         C1.AdoNet.Kintone.C1KintoneDataAdapter

    See Also