Click or drag to resize
SQLiteExecuteRead Method
Performs the Read operation on a data reader, retrying if the read throws a locked exception.

Namespace: VirtualRadar.Database
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Read(
	IDataReader reader
)

Parameters

reader
Type: System.DataIDataReader

Return Value

Type: Boolean
See Also