Including read-only columns in an Entity Framework model

后端 未结 0 752
温柔的废话
温柔的废话 2021-01-27 04:57

Suppose I have a .NET Entity Framework model class:

public class Foo
{
    public int FooId { get; set; }

    public string Description { get; set; }

    public         


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