5 references to QuoteIdentifier
System.Data.Linq (5)
SqlClient\SqlBuilder.cs (5)
23
sb.AppendFormat("CREATE DATABASE {0}", SqlIdentifier.
QuoteIdentifier
(catalog));
33
sb.AppendFormat("DROP DATABASE {0}", SqlIdentifier.
QuoteIdentifier
(catalog));
52
sb.AppendFormat("CREATE SCHEMA {0}", SqlIdentifier.
QuoteIdentifier
(schema));
70
sb.AppendFormat(" CONSTRAINT {0} PRIMARY KEY ({1})", SqlIdentifier.
QuoteIdentifier
(name), decl.ToString());
180
SqlIdentifier.
QuoteIdentifier
(name),