Esempio n. 1
0
 public static string Format(string s)
 {
     //TODO this whole process needs to take into account the target serer type (MySQL, whatever)
     return(SqlTextWriter.FormatSqlServerIdentifier(s));
 }