Entity Framework Core 1.0 CurrentValues.SetValues() does not exist

前端 未结 2 1458
陌清茗
陌清茗 2021-01-14 11:19

I\'m attempting to update an entity and its related child entities using Entity Framework Core 1.0 RC 1, where the entities are detached from DbContext. I\'ve done this prev

2条回答
  •  庸人自扰
    2021-01-14 12:01

    As you have noticed, this API is not implemented yet in EF Core. See this work item: https://github.com/aspnet/EntityFramework/issues/1200

提交回复
热议问题