dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlCommand Class / ExecuteReader Method

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