I'm currently working on a small prototype using the Netflix OData api. I would like to always load entities eagerly. In other words, I don't want to "Expand" properties specifically. Rather I would like to just load all the properties of a given entity when that entity is fetched. I'm not asking for design or architectural advice here. I know the implications of doing this. Is there a way to turn on eager loading at the Context level?
Thanks