Database.Exists メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
サーバー上にデータベースが存在するかどうかを確認します。
名前空間: System.Data.Entity
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Function Exists As Boolean
'使用
Dim instance As Database
Dim returnValue As Boolean
returnValue = instance.Exists()
public bool Exists()
public:
bool Exists()
member Exists : unit -> bool
public function Exists() : boolean
戻り値
型 : System.Boolean
データベースが存在する場合は true、それ以外の場合は false。