here is the index
from doc in docs.Pictures
select new { ParentDocumentId = doc.ParentDocumentId, IsOfficial_Value = doc.IsOfficial.Value, IsOfficial = doc.IsOfficial }
and here is a sample document
{
"Title": null,
"Filename": "D:\\uploads\\pictures\\634745902552916022_Hotel_7041_4368107104_71956ab061.jpg",
"Url": "/uploads/pictures/634745902552916022_Hotel_7041_4368107104_71956ab061.jpg",
"MediaType": null,
"Description": null,
"ParentDocumentId": 7041,
"ParentDocumentType": "Hotel",
"Username": "",
"IsOfficial": true,
"IsMain": null,
"CreatedOn": "2012-06-06T14:37:35.4316102",
"Name": null,
"Status": "Published"
}
בתאריך יום ראשון, 17 ביוני 2012 10:06:01 UTC+3, מאת Oren Eini: