I\'m using code first EF5 and I have an object which has a collection defined as virtual (lazy loaded). This returns data when called. However
virtual
You will need to use the include method to force load of the ICollections within your entities with eager loading. The follwing link might help you: http://msdn.microsoft.com/en-us/data/jj574232.aspx