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

On this page
    TempStore Property
    On this page
    Gets or sets a value that indicates location of temporary files.
    Syntax
    'Declaration
     
    Public Property TempStore As TempStoreMode
    public TempStoreMode TempStore {get; set;}

    Property Value

    One of the TempStoreMode values.
    See Also