fluent Api 中的等效显示注释是什么?
What is equivalent display Annotation in fluent Api?
什么是流利的以下代码API?
[Display(Name = "توضیحات")]
public string Description { get; set; }
DisplayAttribute
未被 Entity Framework 使用,因此没有等效项。
什么是流利的以下代码API?
[Display(Name = "توضیحات")]
public string Description { get; set; }
DisplayAttribute
未被 Entity Framework 使用,因此没有等效项。