Hi all,
A quick question here about the new WCF Ria services beta:
If I do this in code-behind:
EntitySet e = MyContext.Employees
It seems that the entityset is always empty at runtime? I.e. if I want to loop through the Employee entityset.
Also, if I'm getting the Enumerator for the entityset, I'll get an error telling me that the enumerator either is empty or hasn't started yet. Is there any way at all to grab a collection of entities from the context and iterate through them?
Thanks in advance!