LinuxDoku / migratordotnet

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

Request a Delete method to delete data without writing a sql statement #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I cannot find a Delete method to delete rows of data.  It seems I have to 
use the .ExecuteSql method instead.  E.g. for select, I could have 
something like 
.Select("CompanyNumber", "dbo._Company", "CompanyNumber=11");

I would have liked a corresponding Delete/RemoveRow method. I am now 
forced to write a sql statement, which forces this tool to be Database 
spesific.

With this tool, I am obviously trying to get away from writing any sql as 
much as possible.

Version 0.7, .Net v3.5, Vista, SQL Server 2005

Original issue reported on code.google.com by Dalene.Serfontein@gmail.com on 8 Jul 2009 at 1:34

GoogleCodeExporter commented 8 years ago
0.8 has Select, Insert and Delete methods.

Original comment by geoffl...@gmail.com on 8 Jul 2009 at 1:38