dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / Locking Property

In This Topic
    Locking Property
    In This Topic
    Gets or sets a value that determines database locking mode.
    Syntax
    'Declaration
     
    Public Property Locking As LockingMode
    public LockingMode Locking {get; set;}

    Property Value

    One of the LockingMode values.
    See Also