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