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
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