You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because there is not an easy way to get the Added entity’s primary key without one more database roundtrip. The primary key need to associate the history is whose
Why is the
EntityState.Added
not supported? The case for theEntityState.Added
is here.But the filter on Line 33 filters for
modified
anddeleted
Or is there a reason why this is missing?
The text was updated successfully, but these errors were encountered: