Gets or sets the retry delay in milliseconds.
Defaults to 10 milliseconds.
db = new SQLite("testdb"); db.BusyRetryDelay = 15;
SQLiteClient Class | SQLite.NET Namespace