SqliteConnection.ConnectionString Property

Definition

Gets or sets a string used to open the connection.

public override string ConnectionString { get; set; }
member this.ConnectionString : string with get, set
Public Overrides Property ConnectionString As String

Property Value

A string used to open the connection.

Applies to

See also