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

In This Topic
    Threads Property
    In This Topic
    Gets or sets the maximal number of auxillary threads the prepared statement can launch to assist with a query.
    Syntax
    'Declaration
     
    Public Property Threads As Integer
    public int Threads {get; set;}

    Property Value

    The maximal number of auxiliary threads the prepared statement can launch to assist with a query.
    Remarks
    Default value is 0, which means no auxillary threads are allowed. This property uses the corresponding SQLite PRAGMA - threads.
    See Also