dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlCommand Class / ExecuteReader Method

In This Topic
    ExecuteReader Method (MySqlCommand)
    In This Topic
    Sends the CommandText to the Connection and builds a MySqlDataReader.
    Overload List
    OverloadDescription
    Sends the CommandText to the Connection and builds a MySqlDataReader.  
    Sends the CommandText to the Connection, and builds a MySqlDataReader using one of the System.Data.CommandBehavior values.  
    See Also