SqliteConnection.Transaction 属性

定义

获取或设置连接当前正在使用的事务,如果没有,则为 null。

protected internal virtual Microsoft.Data.Sqlite.SqliteTransaction Transaction { get; set; }
protected internal virtual Microsoft.Data.Sqlite.SqliteTransaction? Transaction { get; set; }
member this.Transaction : Microsoft.Data.Sqlite.SqliteTransaction with get, set
Protected Friend Overridable Property Transaction As SqliteTransaction

属性值

连接当前正在使用的事务。

适用于