Click or drag to resize
SQLiteExecuteRetryIfLocked Property
Gets or sets a value indicating that the action should be retried if the database is locked.

Namespace: VirtualRadar.Database
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool RetryIfLocked { get; set; }

Property Value

Type: Boolean
See Also