public void Setup()
 {
     generator = new OracleGenerator();
     quotedIdentiferGenerator = new OracleGenerator(true);
 }
 public void Setup()
 {
     Generator = new OracleGenerator(useQuotedIdentifiers: true);
 }
 public void Setup()
 {
     Generator = new OracleGenerator();
 }