Click or drag to resize
SQLiteExecuteExecuteNonQuery Method
Performs the ExecuteNonQuery 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 int ExecuteNonQuery(
	IDbCommand command
)

Parameters

command
Type: System.DataIDbCommand

Return Value

Type: Int32
See Also