I don't know if this will help anyone but at the agency I work at right now; we do a lot of physical data access with Umbraco using EF.
One of the main reasons for this is to push content to mobile devices using OData/Azure Mobile Services as well as generally syncing content from Umbraco to other systems like CRMs.
And this is the query I use to get all the latest fields for a given document type ID (hope this helps someone):
Data Access using EntityFramework
Hi All
I don't know if this will help anyone but at the agency I work at right now; we do a lot of physical data access with Umbraco using EF.
One of the main reasons for this is to push content to mobile devices using OData/Azure Mobile Services as well as generally syncing content from Umbraco to other systems like CRMs.
And this is the query I use to get all the latest fields for a given document type ID (hope this helps someone):
If you want to get a breakdown of DTs, their counts and IDs try this:
Regards,
Tim Scarfe
is working on a reply...