7 references to SqlBuilder
System.Data.Linq (7)
SqlClient\SqlProvider.cs (7)
627string command = SqlBuilder.GetCreateTableCommand(table); 634foreach (string command in SqlBuilder.GetCreateForeignKeyCommands(table)) { 642string createdb = SqlBuilder.GetCreateDatabaseCommand(catalog, filename, Path.ChangeExtension(filename, ".ldf")); 652string schemaCommand = SqlBuilder.GetCreateSchemaForTableCommand(table); 667string createTable = SqlBuilder.GetCreateTableCommand(table); 675foreach (string createFK in SqlBuilder.GetCreateForeignKeyCommands(table)) { 725this.ExecuteCommand(SqlBuilder.GetDropDatabaseCommand(this.dbName));