Click or drag to resize

SQLiteConnectionBusyTimeout Property

Sets a busy handler to sleep the specified amount of time when a table is locked. The handler will sleep multiple times until a total time of BusyTimeout has accumulated.

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public TimeSpan BusyTimeout { get; set; }

Property Value

Type: TimeSpan
See Also