Exemplo n.º 1
0
 protected override string DbCreateDatabaseScript(string providerManifestToken, System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeItemCollection)
 {
     return(base.CreateDatabaseScript(providerManifestToken, storeItemCollection));
 }
Exemplo n.º 2
0
 protected override bool DbDatabaseExists(System.Data.Common.DbConnection connection, int?commandTimeout, System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeItemCollection)
 {
     return(base.DatabaseExists(connection, commandTimeout, storeItemCollection));
 }
Exemplo n.º 3
0
 protected override void DbCreateDatabase(System.Data.Common.DbConnection connection, int?commandTimeout, System.Data.Entity.Core.Metadata.Edm.StoreItemCollection storeItemCollection)
 {
     base.CreateDatabase(connection, commandTimeout, storeItemCollection);
 }