MySqlCommand.BeginExecuteReader Method

MySQL Connector/Net

MySqlCommandBeginExecuteReader Method
Overload List
  Name Description
Public method BeginExecuteReader
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySqlCommand, and retrieves one or more result sets from the server.
Public method BeginExecuteReader(CommandBehavior)
Initiates the asynchronous execution of the SQL statement or stored procedure that is described by this MySqlCommand using one of the CommandBehavior values.
Top
See Also