1 implementation of DatabaseExists
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
744bool IProvider.DatabaseExists() {
1 reference to DatabaseExists
System.Data.Linq (1)
DataContext.cs (1)
449return this.provider.DatabaseExists();