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