'DeclarationProtected Sub DbDeleteDatabase( _ ByVal connection As System.Data.Common.DbConnection, _ ByVal commandTimeout As System.Nullable(Of Integer), _ ByVal storeItemCollection As System.Data.Entity.Core.Metadata.Edm.StoreItemCollection _ )
'UsageDim instance As VistaDBProviderServices Dim connection As System.Data.Common.DbConnection Dim commandTimeout As System.Nullable(Of Integer) Dim storeItemCollection As System.Data.Entity.Core.Metadata.Edm.StoreItemCollection instance.DbDeleteDatabase(connection, commandTimeout, storeItemCollection)
protected void DbDeleteDatabase( System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeItemCollection )
Parameters
- connection
- Connection to an existing database that needs to be deleted.
- commandTimeout
- Execution timeout for any commands needed to delete the database.
- storeItemCollection
- The collection of all store items from the model. This parameter is no longer used for database deletion.