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