SqliteConnectionStringBuilder.Mode Property

Definition

Gets or sets the connection mode.

public virtual Microsoft.Data.Sqlite.SqliteOpenMode Mode { get; set; }
member this.Mode : Microsoft.Data.Sqlite.SqliteOpenMode with get, set
Public Overridable Property Mode As SqliteOpenMode

Property Value

The connection mode.

Applies to