Retrieving Data Without the Dataset With Custom SQL
Schotime @ February 12, 2009
In my previous post I used custom sql query and transformed the results into a nested class. However you may have overlooked way I got the data into a class. It quite easy and will work with all database connectors that implement IDbConnection. Here is how its done. We use the DataContext that came with [...]

