[]
Initializes a new instance of the C1ServiceNowDataAdapter class.
public C1ServiceNowDataAdapter()
Public Sub New()
Initializes a new instance of the C1ServiceNowDataAdapter class with a select command.
public C1ServiceNowDataAdapter(C1ServiceNowCommand command)
Public Sub New(command As C1ServiceNowCommand)
| Type | Name | Description |
|---|---|---|
| C1ServiceNowCommand | command |
Initializes a new instance of the C1ServiceNowDataAdapter class a conection and a select command text.
public C1ServiceNowDataAdapter(C1ServiceNowConnection connection, string commandText)
Public Sub New(connection As C1ServiceNowConnection, commandText As String)
| Type | Name | Description |
|---|---|---|
| C1ServiceNowConnection | connection | |
| string | commandText |
Initializes a new instance of the C1ServiceNowDataAdapter class with a conection string and a select command text.
public C1ServiceNowDataAdapter(string connectionString, string commandText)
Public Sub New(connectionString As String, commandText As String)
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| string | commandText |