I would like to change the display of objects if they have unsaved changes. I thought I could just use ChangeTracker.State, but that doesn\'t change to Modified if I c开发者_开发问答hange a Navigation
This is my first post here, so I hope everything is fine. Here is my problem: I have a table in my database called UserTypes. It has:
开发者_开发百科Add a new entity to a TrackableCollection (context.Entities.Add(entity)) (EntityState = New)
I\'m using STE and I want to enable change tracking for an object a开发者_C百科nd its children. What I currently have to do now is something like this.
Hi I am developing a project with EF 4. I am trying to implement POCO Self Tracking do I need to implement a wcf service?
This is a general architecture question, hopefully to folks out there already using EF in final applications.
I use SelfTracking entities, everything was working ok until we added some fields in a reference detail table. I can\'t get what is the problem with the reference foreign key! I haven\'t design the da
I have a WCF client which passes Self-Tracking Entities to a WPF application built with MVVM.The application itself has a dynamic interface. Users can select which objects they want visible in their W
HI I have a project with uses EF self tracking objects.I am trying to add a relationship to an object . (parentobject.relationshipObject.Add(New relationshipObject...)).
Created POCOs using Self-Tracking Entities template Copied .tt file with POCOs to class library Added new table to database