[]
        
(Showing Draft Content)

C1.AdoNet.ServiceNow.C1ServiceNowCommand.-ctor

C1ServiceNowCommand Constructor

C1ServiceNowCommand()

Create a C1ServiceNowCommand instance.

Declaration
public C1ServiceNowCommand()

C1ServiceNowCommand(C1ServiceNowConnection)

Create a C1ServiceNowCommand instance with a connection.

Declaration
public C1ServiceNowCommand(C1ServiceNowConnection connection)
Parameters
Type Name Description
C1ServiceNowConnection connection

C1ServiceNowCommand(C1ServiceNowConnection, string)

Create a C1ServiceNowCommand instance with a connection and a command text.

Declaration
public C1ServiceNowCommand(C1ServiceNowConnection connection, string commandText)
Parameters
Type Name Description
C1ServiceNowConnection connection
string commandText