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