共用方式為


RelationalConnection.CloseAsync 方法

定義

關閉與資料庫的連接。

public virtual System.Threading.Tasks.Task<bool> CloseAsync ();
abstract member CloseAsync : unit -> System.Threading.Tasks.Task<bool>
override this.CloseAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overridable Function CloseAsync () As Task(Of Boolean)

傳回

表示非同步作業的工作,如果連接實際上已關閉,則為 的值 true

實作

適用於