TryGetObjectByKey... empty ObjectSets
- by Rickjaah
When I use TryGetObjectByKey on my ObjectContext, it returns an error. An item with a duplicate value already exists.
When I look at my objectContext, I see that the ObjectSets are empty. What Am I doing wrong... When I enumerate the ObjectSet by hand, by using ToArray on it, or by using the debugger, it does work.
LazyLoadingEnabled = true.
I reuse 2 tables from another EDMX, but they are in different namespaces and they are not the objectSets i try to approach.