提问人:Vya4slav 提问时间:4/13/2023 更新时间:4/13/2023 访问量:62
如何在实体框架中为tt模板添加附加功能?
How to add additional function to tt template in entity framework?
问:
我有默认生成的 .tt 模板,没有任何编辑,因此默认生成的实体。我想为我的所有实体覆盖 toString() 方法,以构建具有所有属性名称和值的大字符串。它看起来像这样:
toString(){ return nameof(prop1)=prop1?.toString() ?? string.Empty + ";" + nameof(prop2)=prop2...}
我需要在模板文件中添加什么以及添加什么? P.S. 如果结果相同,您可以提供更好/另一种语法
答: 暂无答案
评论
ToString()
方法,以构建具有所有属性名称和值的大字符串。”-别这样。相反,为什么不使用?另外,请参阅 github.com/sjh37/...[DebuggerDisplay]
Newtonsoft.Json
varbinary
String
.tt