Gets or sets the caching mode used by the connection.
DataSourceGets or sets the database file.
DefaultTimeoutGets or sets the default DefaultTimeout value.
ForeignKeysGets or sets a value indicating whether to enable foreign key constraints. When true, PRAGMA foreign_keys = 1
is sent immediately after opening the connection. When false, PRAGMA foreign_keys = 0
is sent. When null, no pragma is sent. There is no need to enable foreign keys if, like in e_sqlite3, SQLITE_DEFAULT_FOREIGN_KEYS was used to compile the native library.
Gets or sets the value associated with the specified key.
KeysGets a collection containing the keys used by the connection string.
ModeGets or sets the connection mode.
PasswordGets or sets the encryption key. Warning, this has no effect when the native SQLite library doesn't support encryption. When specified, PRAGMA key
is sent immediately after opening the connection.
Gets or sets a value indicating whether the connection will be pooled.
RecursiveTriggersGets or sets a value indicating whether to enable recursive triggers. When true, PRAGMA recursive_triggers
is sent immediately after opening the connection. When false, no pragma is sent.
Gets a collection containing the values used by the connection string.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4