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