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

In This Topic
    TempStore Property
    In This Topic
    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