Пример #1
0
 public string toSql()
 {
     StringTheory theory = new StringTheory(this);
     string phrase = "'";
     theory.Replace(phrase, phrase + phrase);
     theory.SingleQuote();
     return theory.ToString();
 }