SQLiteExecuteExecuteReader Method |
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.
|