You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rav...@googlegroups.com
My brain is fried from long hours on my current project so I need some help:
I have a PhotoAlbum document which references 152 Photo documents by ID and I need to return View Model that for a specific album ID needs to show the album info along with the Title and ETag for each photo. I was trying to use session.Include(x=>PhotoId).Load<Album>(albumId) but fiddler shows me that only 68 of the 152 Photo documents are getting returned. I am guessing that I need to do an index but I haven't wrapped my head around indexing yet.
Oren Eini (Ayende Rahien)
unread,
May 2, 2012, 1:04:10 AM5/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message