You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard/data/sqlite/connection-strings.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,13 @@ A value indicating whether the connection will be pooled.
106
106
| True | The connection will be pooled. This is the default. |
107
107
| False | The connection won't be pooled. |
108
108
109
+
### Vfs
110
+
111
+
A value indicating which [virtual file system (VFS)](https://www.sqlite.org/vfs.html) implementation to use. When empty or not specified, the default VFS for the platform is used.
112
+
113
+
> [!NOTE]
114
+
> The Vfs keyword was added in version 10.0.
115
+
109
116
## Connection string builder
110
117
111
118
You can use <xref:Microsoft.Data.Sqlite.SqliteConnectionStringBuilder> as a strongly typed way of creating connection strings. It can also be used to prevent connection string injection attacks.
0 commit comments