SqliteCommand.DbConnection Property

Definition

Gets or sets the connection used by the command. Must be a SqliteConnection.

protected override System.Data.Common.DbConnection DbConnection { get; set; }
protected override System.Data.Common.DbConnection? DbConnection { get; set; }
member this.DbConnection : System.Data.Common.DbConnection with get, set
Protected Overrides Property DbConnection As DbConnection

Property Value

The connection used by the command.

Applies to