Retrieving Data Without the Dataset With Custom SQL
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 and used by Linq2Sql.
Click here to see the solution.
Adam