共用方式為


DbContext.Dispose 方法

定義

多載

Dispose()

呼叫受保護的 Dispose 方法。

Dispose(Boolean)

處置內容。 如果建立基礎 ObjectContext 是由此內容所建立,或建立此內容時已傳遞至此內容,則也會處置基礎。 如果資料庫 DbConnection (物件) 的連線是由此內容所建立,或建立此內容時,擁有權已傳遞至此內容,也會加以處置。

Dispose()

呼叫受保護的 Dispose 方法。

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

實作

適用於

Dispose(Boolean)

處置內容。 如果建立基礎 ObjectContext 是由此內容所建立,或建立此內容時已傳遞至此內容,則也會處置基礎。 如果資料庫 DbConnection (物件) 的連線是由此內容所建立,或建立此內容時,擁有權已傳遞至此內容,也會加以處置。

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 資源。

適用於