Example #1
0
 public void DeleteAll(OracleConnection connection)
 {
     QM.DML(connection, $"delete {table}");
 }