SqliteConnection.Transaction 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定連接目前正在使用的交易,如果沒有,則為 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
屬性值
連接目前正在使用的交易。