[]
        
(Showing Draft Content)

C1.AdoNet.ServiceNow.C1ServiceNowDataAdapter.-ctor

C1ServiceNowDataAdapter Constructor

C1ServiceNowDataAdapter()

Initializes a new instance of the C1ServiceNowDataAdapter class.

Declaration
public C1ServiceNowDataAdapter()
Public Sub New()

C1ServiceNowDataAdapter(C1ServiceNowCommand)

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

Declaration
public C1ServiceNowDataAdapter(C1ServiceNowCommand command)
Public Sub New(command As C1ServiceNowCommand)
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)
Public Sub New(connection As C1ServiceNowConnection, commandText As String)
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)
Public Sub New(connectionString As String, commandText As String)
Parameters
Type Name Description
string connectionString
string commandText