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

In This Topic
    C1KintoneCommand Constructor(C1KintoneConnection,String)
    In This Topic
    Create a C1KintoneCommand instance with a connection and a command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1KintoneConnection, _
       ByVal commandText As String _
    )
    public C1KintoneCommand( 
       C1KintoneConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also