1 override of DbDatabaseExists
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
887protected override bool DbDatabaseExists(DbConnection connection, int? commandTimeout, StoreItemCollection storeItemCollection)
1 reference to DbDatabaseExists
System.Data.Entity (1)
System\Data\Common\DbProviderServices.cs (1)
413return DbDatabaseExists(connection, commandTimeout, storeItemCollection);