Okay, this seems to be simple, but I just can't figure it out. I want a criterion that represents all People who own at least 1 Ford, and I want the results to return all Cars those people own.
People { int Id, IList<Car> Cars } Car { int Id, string make, string model } Everything I've tried seems to give me runtime errors. Can somebody point me in the right direction? Thanks, -Eric. -- You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibern...@googlegroups.com. To unsubscribe from this group, send email to fluent-nhibernate+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en.