IntranetFactory / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Add a Database.Delete method #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
SVN 125
Implement Delete methods to use in Migrations.

Original comment by geoffl...@gmail.com on 22 Dec 2008 at 5:04