【发布时间】:2015-07-05 10:30:33
【问题描述】:
fluent API 中的等效代码是什么?
[Display(Name = "توضیحات")]
public string Description { get; set; }
【问题讨论】:
标签: c# entity-framework poco
fluent API 中的等效代码是什么?
[Display(Name = "توضیحات")]
public string Description { get; set; }
【问题讨论】:
标签: c# entity-framework poco
实体框架不使用DisplayAttribute,因此没有等效项。
【讨论】: