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