Using NHibernate 2.1, I\'m trying to project an entity and its child collection into a DTO. My entity looks like this..
public class Application { public
I think you might need to do a MutiQuery and bring together the DTO parents and children yourself.