DbProviderServices::CreateDatabase Method (DbConnection^, Nullable<Int32>, StoreItemCollection^)
.NET Framework (current version)
Creates a database indicated by connection and creates schema objects.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: void CreateDatabase( DbConnection^ connection, Nullable<int> commandTimeout, StoreItemCollection^ storeItemCollection )
Parameters
- connection
-
Type:
System.Data.Common::DbConnection^
Connection to a non-existent database that needs to be created and populated with the store objects indicated with the storeItemCollection parameter.
- commandTimeout
-
Type:
System::Nullable<Int32>
Execution timeout for any commands needed to create the database.
- storeItemCollection
-
Type:
System.Data.Metadata.Edm::StoreItemCollection^
The collection of all store items based on which the script should be created.
.NET Framework
Available since 4.0
Available since 4.0
Show: