show/hide this revision's text 2 added 7 characters in body

Have you considered using an OR Mapper such as NHibernate? Eager loading can do what you ask in one call to the database.

If an OR Mapper is not a choice, then I'd throw my vote behind multiple datasetsdatareader.NextResultSet.

show/hide this revision's text 1

Have you considered using an OR Mapper such as NHibernate? Eager loading can do what you ask in one call to the database.

If an OR Mapper is not a choice, then I'd throw my vote behind multiple datasets.