Click or drag to resize

SQLite3BusyTimeout Method

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SQLite3Result BusyTimeout(
	IntPtr db,
	int milliseconds
)

Parameters

db
Type: SystemIntPtr
milliseconds
Type: SystemInt32

Return Value

Type: SQLite3Result
See Also