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 を使用する必要があります。
ありがとう -Blake Niemyjski