How can I access deleted entity in self tracking entities graph? I understand that in case I use MarkAsDeleted on the objects contained in a collection they are moved to ObjectsRemovedFromCollectionPr
What are some questions I can ask myself about our design to identify if we should use DTOs or Self-Tracking Entities in our application?
I try to get above configuration working, but with no luck. Step 1) I started a new solution with a WCF Service Application project.
I have some object with EntityCollection inside. If I just add the new entity everything works good. The code that does it here:
I\'ve created a database using the EF4 model-first approach. In my model, there\'s an N-to-M relationship between two entities:
Using EF4 Self-tracking entities. I have a \"User\" entity that has a collection of \"Groups\" the user can belong to. I want to add/remove some \"Groups\" to this user given just a list of Group IDs
I am currently trying to use STE\'s in an n-tier scenario. I have a WCF service that allows me to retrieve a graph of objects and/or update objects along with a client (WPF) application that allows me
Context: Repository-pattern, WCF, WPF/SL In my Repository of self-tracking Entities i need to explicitly load some related properties in order to correctly process the query. Those are not the include
Hi I am using EF 4 self tracking entities. I have three tables (Questionnaire, Section and Page) as follows;
I have a problem with .include method of Self-Tracking Entity. My table called documents have relations to tables States, Companies, Workers and Departments. I want to load all documents with this rel