SQLiteExecuteRetryIfLocked Property |
Gets or sets a value indicating that the action should be retried if the database is locked.
Namespace: VirtualRadar.DatabaseAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool RetryIfLocked { get; set; }
Public Property RetryIfLocked As Boolean
Get
Set
public:
property bool RetryIfLocked {
bool get ();
void set (bool value);
}
member RetryIfLocked : bool with get, set
Property Value
Type:
BooleanSee Also