MySqlCommand.ExecuteReader Method

MySQL Connector/Net

MySqlCommandExecuteReader Method
Overload List
  Name Description
Public method Code example ExecuteReader
Sends the CommandText to the Connection and builds a MySqlDataReader.
Public method ExecuteReader(CommandBehavior)
Sends the CommandText to the Connection, and builds a MySqlDataReader using one of the CommandBehavior values.
Top
See Also