共用方式為


RelationalDatabaseCreator.Exists 方法

定義

判斷實體資料庫是否存在。 不會嘗試判斷資料庫是否包含目前模型的架構。

public abstract bool Exists ();
abstract member Exists : unit -> bool
Public MustOverride Function Exists () As Boolean

傳回

true 如果資料庫存在,則為 ;否則 false 為 。

實作

適用於