TempStoreMode Enumeration
On this page
Determines where temporary tables and indices are stored.
Syntax
Members
| Member | Description |
| Default | The location of temporary data is defined by C preprocessor macro TEMP_STORE. Currently the generally available library stores temporary data in memory. |
| File | The temporary data is located in a file, in the directory specified by the SQLiteConnectionStringBuilder.TempStoreDirectory property. |
| Memory | The temporary data is located in memory. |
Inheritance Hierarchy
See Also