Sets an SQLite
busy handler that sleeps for a specified amount of time when a table is locked. The handler will sleep multiple times until at least the specified number of milliseconds of sleeping have accumulated. After this the handler returns 0.
|
|---|
'Declaration
Public Property BusyTimeout As Integer |
|
|---|
public int BusyTimeout {get; set;} |
Property Value
The time to sleep in milliseconds.