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

In This Topic
    C1KintoneConnection Class
    In This Topic
    C1KintoneConnection represents a connection to a Kintone server. The connection can be used to query the data hosted by the server or request modifications.
    Object Model
    C1KintoneConnection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1KintoneConnection 
       Inherits C1.DataConnector.AdoNet.C1ConnectionBase(Of C1KintoneConnection)
    public sealed class C1KintoneConnection : C1.DataConnector.AdoNet.C1ConnectionBase<C1KintoneConnection> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbConnection
                C1.DataConnector.AdoNet.C1ConnectionBase
                   C1.DataConnector.AdoNet.C1ConnectionBase<TConnectionImpl>
                      C1.AdoNet.Kintone.C1KintoneConnection

    See Also