| SQLiteExecuteExecuteReader Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | ExecuteReader(IDbCommand) | 
            Performs the ExecuteReader operation on the command, returning the result. Will retry the command if
            the attempt fails due to a locked database.
             | 
|  | ExecuteReader(IDbCommand, CommandBehavior) | 
            Performs the ExecuteReader operation on the command, returning the result. Will retry the command if
            the attempt fails due to a locked database.
             | 
 See Also
See Also