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

属性值

命令使用的连接。

适用于