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

In This Topic
    C1KintoneCommand Class
    In This Topic
    C1KintoneCommand contains all the necessary information to fully specify a Kintone command and execute it.
    Object Model
    C1KintoneCommand Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1KintoneCommand 
       Inherits C1.DataConnector.AdoNet.C1CommandBase(Of C1KintoneCommand)
    public sealed class C1KintoneCommand : C1.DataConnector.AdoNet.C1CommandBase<C1KintoneCommand> 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Data.Common.DbCommand
                C1.DataConnector.AdoNet.C1CommandBase
                   C1.DataConnector.AdoNet.C1CommandBase<TCommandImpl>
                      C1.AdoNet.Kintone.C1KintoneCommand

    See Also