MySqlDataAdapter Constructor

MySQL Connector/Net

MySqlDataAdapter Constructor
Overload List
  Name Description
Public method Code example MySqlDataAdapter
Initializes a new instance of the MySqlDataAdapter class.
Public method Code example MySqlDataAdapter(MySqlCommand)
Initializes a new instance of the MySqlDataAdapter class with the specified MySqlCommand as the SelectCommand property.
Public method Code example MySqlDataAdapter(String, MySqlConnection)
Initializes a new instance of the MySqlDataAdapter class with a SelectCommand and a MySqlConnection object.
Public method Code example MySqlDataAdapter(String, String)
Initializes a new instance of the MySqlDataAdapter class with a SelectCommand and a connection string.
Top
See Also