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

    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

    See Also