Skip to content

Commit 17e8268

Browse files
committed
Add documentation for VFS introduced in dotnet/efcore#34864.
1 parent 56c6417 commit 17e8268

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/standard/data/sqlite/connection-strings.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ A value indicating whether the connection will be pooled.
106106
| True | The connection will be pooled. This is the default. |
107107
| False | The connection won't be pooled. |
108108

109+
### Vfs
110+
111+
A value indicating which [VFS](https://www.sqlite.org/vfs.html) implementation to use. When empty or not specified, the default VFS on given platform is used.
112+
113+
> [!NOTE]
114+
> The Vfs keyword was added in version 10.0.
115+
109116
## Connection string builder
110117

111118
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

Comments
 (0)