MySqlDataAdapter Constructor
From MySQL Connector/Net
Overload List
| Name | Description | |
|---|---|---|
| MySqlDataAdapter()()() |
Initializes a new instance of the MySqlDataAdapter class.
| |
| MySqlDataAdapter(MySqlCommand) |
Initializes a new instance of the MySqlDataAdapter class with
the specified MySqlCommand as the SelectCommand
property.
| |
| MySqlDataAdapter(String, MySqlConnection) |
Initializes a new instance of the MySqlDataAdapter class with
a SelectCommand and a MySqlConnection object.
| |
| MySqlDataAdapter(String, String) |
Initializes a new instance of the MySqlDataAdapter class with
a SelectCommand and a connection string.
|