共用方式為


DbContextTransaction.Dispose 方法

定義

多載

Dispose()

清除此交易對象,並確保 Entity Framework 不再使用該交易。

Dispose(Boolean)

釋放這個交易對象所使用的資源

Dispose()

清除此交易對象,並確保 Entity Framework 不再使用該交易。

public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

實作

適用於

Dispose(Boolean)

釋放這個交易對象所使用的資源

protected virtual void Dispose (bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)

參數

disposing
Boolean

true 表示釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。

適用於