Beispiel #1
0
 public string QuoteName(string name)
 {
     return(CommonDatabaseDetails.QuoteWithBackticks(name));
 }