[]
Initializes a new instance of the C1KintoneDataAdapter class.
public C1KintoneDataAdapter()
Initializes a new instance of the C1KintoneDataAdapter class with a select command.
public C1KintoneDataAdapter(C1KintoneCommand command)
Type | Name | Description |
---|---|---|
C1KintoneCommand | command |
Initializes a new instance of the C1KintoneDataAdapter class a conection and a select command text.
public C1KintoneDataAdapter(C1KintoneConnection connection, string commandText)
Type | Name | Description |
---|---|---|
C1KintoneConnection | connection | |
string | commandText |
Initializes a new instance of the C1KintoneDataAdapter class with a conection string and a select command text.
public C1KintoneDataAdapter(string connectionString, string commandText)
Type | Name | Description |
---|---|---|
string | connectionString | |
string | commandText |