DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.AdoNet.Kintone Namespace / C1KintoneCommand Class / C1KintoneCommand Constructor / C1KintoneCommand Constructor(C1KintoneConnection)

In This Topic
    C1KintoneCommand Constructor(C1KintoneConnection)
    In This Topic
    Create a C1KintoneCommand instance with a connection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1KintoneConnection _
    )
    public C1KintoneCommand( 
       C1KintoneConnection connection
    )

    Parameters

    connection
    See Also