[]
        
(Showing Draft Content)

C1.AdoNet.ServiceNow.C1ServiceNowDataAdapter.-ctor

C1ServiceNowDataAdapter Constructor

C1ServiceNowDataAdapter()

Initializes a new instance of the C1ServiceNowDataAdapter class.

Declaration
public C1ServiceNowDataAdapter()

C1ServiceNowDataAdapter(C1ServiceNowCommand)

Initializes a new instance of the C1ServiceNowDataAdapter class with a select command.

Declaration
public C1ServiceNowDataAdapter(C1ServiceNowCommand command)
Parameters
Type Name Description
C1ServiceNowCommand command

C1ServiceNowDataAdapter(C1ServiceNowConnection, string)

Initializes a new instance of the C1ServiceNowDataAdapter class a conection and a select command text.

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

C1ServiceNowDataAdapter(string, string)

Initializes a new instance of the C1ServiceNowDataAdapter class with a conection string and a select command text.

Declaration
public C1ServiceNowDataAdapter(string connectionString, string commandText)
Parameters
Type Name Description
string connectionString
string commandText