Adding this method would fill out the CRUD operations to use one syntax.
Database.Insert exists.
Database.Select exists.
Database.Update exists.
Database.Delete does not exist. Therefore, I have to write the Delete DDL
by hand. I also have to call ExecuteNonQuery to have it participate in my
Database.BeginTransaction.
Original issue reported on code.google.com by danmi...@gmail.com on 17 Nov 2008 at 2:48
Original issue reported on code.google.com by
danmi...@gmail.com
on 17 Nov 2008 at 2:48