RavenDb changes to Property (nullable) on Entity that is a class doesn't save

后端 未结 0 1537
栀梦
栀梦 2021-01-23 03:57

I have a class like this:

public class Content {
   public string Id {get; set;} = "content/"
   public ContentJob? Job {get; set;}
}

public class Cont         


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