BeginExecuteReader Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

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.

See Also