Welcome to SQLGeneric.
If you don't want to worry about sql query or about to create all the parameters necessary to execute your procedure or you sql command, so you need to see the SQLGeneric dll.
This new dll make all it easier and fast, you just need to map your database tables to classes, and set only the properties that you will use for that command.
Please don't think that is a LINQ derived or DataSet derived, this dll is very abstract, you don't need to manage the search or tables, you just need to choose the class that you will work, and then use instances of that class to manage the select, update and insert methods.
I decided to publish it because it's a new view of data management, and I really want ideas and suggestions about the code and funcionalitities.
Please feel free to use and give me feedback, any comment will be very important for me.