Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在编写 codesmith 模板时,有没有办法获得完整的 .NET 类型名称?GetCSharpVariableType 似乎只返回别名。由于我使用反射,我需要能够生成具有类型名称的属性,而“int”或“string”将不起作用。
在后台,该方法使用 DbType-CSharp 映射。您需要在模板中创建一个使用 Sql-System 映射或仅使用 column.SystemType.Name 的方法
谢谢-布莱克·涅米斯基