[]
Create a C1KintoneCommand instance.
public C1KintoneCommand()
Create a C1KintoneCommand instance with a connection.
public C1KintoneCommand(C1KintoneConnection connection)
| Type | Name | Description |
|---|---|---|
| C1KintoneConnection | connection |
Create a C1KintoneCommand instance with a connection and a command text.
public C1KintoneCommand(C1KintoneConnection connection, string commandText)
| Type | Name | Description |
|---|---|---|
| C1KintoneConnection | connection | |
| string | commandText |