Hello,
i just noticed this "Context" object existed. My understanding of it is that it can be used to cache entities.
In the context of a linq query you can set a context to the linq meta data object in use. I was wondering if there was any way to have finer control over it.
For example I want a certain query to put only entities of a specific type into the context (these entities are prefetched).
Can it be done?