DbProviderServices.DbCreateDatabase Method

Definition

Creates a database indicated by connection and creates schema objects (tables, primary keys, foreign keys) based on the contents of a StoreItemCollection.

C#
protected virtual void DbCreateDatabase(System.Data.Common.DbConnection connection, int? commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection);

Parameters

connection
DbConnection

Connection to a non-existent database that needs to be created and populated with the store objects indicated with the storeItemCollection parameter.

commandTimeout
Nullable<Int32>

Execution timeout for any commands needed to create the database.

storeItemCollection
StoreItemCollection

The collection of all store items based on which the script should be created.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1