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