共用方式為


SqliteCommand.DbConnection 屬性

定義

取得或設定 命令所使用的連接。 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

屬性值

命令所使用的連接。

適用於