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