[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneCommand.-ctor

C1KintoneCommand Constructor

C1KintoneCommand()

Create a C1KintoneCommand instance.

Declaration
public C1KintoneCommand()

C1KintoneCommand(C1KintoneConnection)

Create a C1KintoneCommand instance with a connection.

Declaration
public C1KintoneCommand(C1KintoneConnection connection)
Parameters
Type Name Description
C1KintoneConnection connection

C1KintoneCommand(C1KintoneConnection, string)

Create a C1KintoneCommand instance with a connection and a command text.

Declaration
public C1KintoneCommand(C1KintoneConnection connection, string commandText)
Parameters
Type Name Description
C1KintoneConnection connection
string commandText