Beispiel #1
0
 // How are identifiers quoted
 protected string QuoteIdentifier(string identifier)
 {
     return(DbDriver.QuoteIdentifier(identifier));
 }