SQLite3ConfigOption Enumeration |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Enumeration ConfigOption
public enum class ConfigOption
Members|
| Member name | Value | Description |
|---|
| SingleThread | 1 | |
| MultiThread | 2 | |
| Serialized | 3 | |
See Also