gpt4 book ai didi

c# - 如何将数据库表条目转换为枚举?

转载 作者:太空宇宙 更新时间:2023-11-03 13:12:47 24 4
gpt4 key购买 nike

在我的 Web 应用程序中,我有许多具有固定数据的表,当我在我的项目中使用它们时,我会为此目的使用枚举。

我想自动将这些表转换为枚举。

经过一番查找后,我使用 T4 和 TextTemplates 完成了此操作:see my code here.

但根据official documentation,我想通过使用 Entity Framework 来做到这一点.NET Framework 4.5 及更高版本支持枚举,但我使用的是 .NET 3.5。

我怎样才能实现这一点,可能是通过使用自定义文本模板?

最佳答案

所以我终于解决了。制作一个 T4 模板并将其替换为默认生成的 tt 文件。

我的密码是here, please star it if you found it helpful and add comments in case of help or suggestions.

关于c# - 如何将数据库表条目转换为枚举?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27731646/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com