ObjectContext::CreateDatabase Method ()
.NET Framework (current version)
Creates the database by using the current data source connection and the metadata in the StoreItemCollection.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Call CreateDatabaseScript to view the data definition language (DDL) script. Call CreateDatabase to execute the script.
Most of the work is delegated to the M:System.Data.Common.DbProviderServices.CreateDatabase(System.String,System.Data.Metadata.Edm.StoreItemCollection) method.
For more information, see Working with Data Definition Language.
.NET Framework
Available since 4.0
Available since 4.0
Show: