ISQLiteExceptionIsLocked Property |
Gets a value, derived from
ErrorCode, indicating that the database is locked.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property IsLocked As Boolean
Get
property bool IsLocked {
bool get ();
}
abstract IsLocked : bool with get
Property Value
Type:
BooleanSee Also