> Paul Hinett <mailto:p
...@ukcreativedesigns.com>
> 07 November 2011 12:16
> Well not exactly no, last time I was returning a single question
> which had multiple answers so it was fairly simple to do 2 queries and
> join the answers after.
> This time I have multiple Questions with multiple Answers...answers
> this time is a many-to-many.
> It may be something obvious that I am over thinking, just need a shove
> in the right direction.
> Thank You.
> *From:*sharp-architecture@googlegroups.com
> [mailto:sharp-architecture@googlegroups.com] *On Behalf Of *Chris Richards
> *Sent:* 05 November 2011 01:12
> *To:* sharp-architecture@googlegroups.com
> *Subject:* [sharp-architecture] Re: Query Objects + Child Collections
> Isn't this the same problem as you asked before reqarding Questions
> and Answers? Just replace Question with Audio, and Answer with Track.
> See https://gist.github.com/1298222 for the QueryOver example.
> Chris
> --
> You received this message because you are subscribed to the Google
> Groups "S#arp Architecture" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sharp-architecture/-/Fpkh2NFjzBAJ.
> To post to this group, send email to
> sharp-architecture@googlegroups.com
> <mailto:sharp-architecture@googlegroups.com>.
> To unsubscribe from this group, send email to
> sharp-architecture+unsubscribe@googlegroups.com
> <mailto:sharp-architecture+unsubscribe@googlegroups.com>.
> For more options, visit this group at
> http://groups.google.com/group/sharp-architecture?hl=en.
> --
> You received this message because you are subscribed to the Google
> Groups "S#arp Architecture" group.
> To post to this group, send email to sharp-architecture@googlegroups.com.
> To unsubscribe from this group, send email to
> sharp-architecture+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sharp-architecture?hl=en.
> Chris Richards <mailto:chris.richa...@yellowfeather.co.uk>
> 05 November 2011 01:12
> Isn't this the same problem as you asked before reqarding Questions
> and Answers? Just replace Question with Audio, and Answer with Track.
> See https://gist.github.com/1298222 for the QueryOver example.
> Chris
> --
> You received this message because you are subscribed to the Google
> Groups "S#arp Architecture" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sharp-architecture/-/Fpkh2NFjzBAJ.
> To post to this group, send email to sharp-architecture@googlegroups.com.
> To unsubscribe from this group, send email to
> sharp-architecture+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sharp-architecture?hl=en.
> Paul Hinett <mailto:p...@ukcreativedesigns.com>
> 04 November 2011 12:31
> Hi,
> I am starting to get a grip of using Query Objects in my project,
> however I am unsure of how to return a list of child collections into
> my view model.
> I want to return a list of 'Audio' entities flattened into a list of
> 'AudioViewModel' objects...however I also need a list of 'Tracks'
> associated with each Audio into a 'TrackViewModel' collection.
> How would I do this?
> Thank You,
> Paul
> --
> You received this message because you are subscribed to the Google
> Groups "S#arp Architecture" group.
> To post to this group, send email to sharp-architecture@googlegroups.com.
> To unsubscribe from this group, send email to
> sharp-architecture+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sharp-architecture?hl=en.