'Declaration Public Enum LockingMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum LockingMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum LockingMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum LockingMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Exclusive | The database connection never releases file locks. The first time the database is read in exclusive mode, a shared lock is obtained and held. The first time the database is written, an exclusive lock is obtained and held. |
Normal | The database connection unlocks the database file at the conclusion of each read or write transaction. This is the default behavior. |
System.Object
System.ValueType
System.Enum
Devart.Data.SQLite.LockingMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2