MySqlCommand.ExecuteReader Method
From MySQL Connector/Net
MySQL Connector/Net
| MySqlCommandExecuteReader Method |
| Name | Description | |
|---|---|---|
|
|
ExecuteReader | |
|
|
ExecuteReader(CommandBehavior) |
Sends the CommandText to the Connection,
and builds a MySqlDataReader using one of the CommandBehavior values.
|