'Declaration Public Enum TempStoreMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum TempStoreMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum TempStoreMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum TempStoreMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
System.Object
System.ValueType
System.Enum
Devart.Data.SQLite.TempStoreMode
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