Share via


SqliteConnectionStringBuilder.Vfs Property

Definition

Gets or sets the SQLite VFS used by the connection.

public string? Vfs { get; set; }
member this.Vfs : string with get, set
Public Property Vfs As String

Property Value

The SQLite VFS used by the connection.

Applies to