Easier state entry access when adding entities #498
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Consider changing DbSet.Add to return the EntityEntry so that it's easier to specify shadow values.
E.g. context.Set().Add(employee)["ShadowProp"] = "Foo";
The text was updated successfully, but these errors were encountered: