Mocking a namespace in a partial class.
- by Nix
I am messing around with Entity Framework 3.5 SP1 and I am trying to find a cleaner way to do the below.
Basically I have an EF model and I am adding some Eager Loaded entities and i want to put them in the partial class context Eager namespace.
Currently I am using composition but I feel like there is an easier way to do what I want.
…