EntityConnection.Close 方法

定義

關閉了與資料庫的連線。

public:
 override void Close();
public override void Close();
override this.Close : unit -> unit
Public Overrides Sub Close ()

例外狀況

關閉連線時發生錯誤。

備註

如果底層資料提供者未知,呼叫 則 Close 不會有任何反應。

適用於