Closed kevinrood closed 9 years ago
This is the Id of the root entity.
I understand this is clearly a supported scenario. Is there anything in the mapping, or other settings, which could contribute to this?
You need to set the return of UpdateGraph to your entity, GraphDiff hands you a new instance, it doesn't update the existing one.
qualification = db.UpdateGraph(qualification);
@ScarlettCode thank you
This is the Id of the root entity.
I understand this is clearly a supported scenario. Is there anything in the mapping, or other settings, which could contribute to this?