MySQL Connector/Net
| MySqlCommandBeginExecuteReader Method |
Overload List
| Name | Description | |
|---|---|---|
|
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.
|
|
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.
|
See Also