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