dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteCommand Class / ExecuteReader Method

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