.Net Entity Framework Update Detached Children

前端 未结 0 1227
温柔的废话
温柔的废话 2020-12-11 14:06

So I have for example these models:

public class Account 
{
    public Guid ID {get;set;}

    [ForeignKey("Profile")]
    public Guid? ProfileId {g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题