Click or drag to resize
SQLiteExecuteExecuteReader Method
Overload List
  NameDescription
Public methodExecuteReader(IDbCommand)
Performs the ExecuteReader operation on the command, returning the result. Will retry the command if the attempt fails due to a locked database.
Public methodExecuteReader(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.
Top
See Also