[]
Initializes a new instance of the C1ServiceNowDataAdapter class.
public C1ServiceNowDataAdapter()
Initializes a new instance of the C1ServiceNowDataAdapter class with a select command.
public C1ServiceNowDataAdapter(C1ServiceNowCommand command)
| 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)
| 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)
| Type | Name | Description |
|---|---|---|
| string | connectionString | |
| string | commandText |