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