Click or drag to resize
SQLiteExecuteExecuteScalar Method
Performs the ExecuteReader operation on the command, returning the result. Will retry the command if the attempt fails due to a locked database.

Namespace: VirtualRadar.Database
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object ExecuteScalar(
	IDbCommand command
)

Parameters

command
Type: System.DataIDbCommand

Return Value

Type: Object
See Also