Using Codesmith 7, I'm trying to generate a C# data access wrapper. The table-valued parameters only show up as object
in DataType and SystemType.
It boils down to two issues:
Is there a way of accessing the user defined table type through Codesmith? (so that I can generate a C# datatable with columns prefilled)
Is there a way of ascertaining that the parameter is a user defined table type, and so I can set the public/private properties to DataTable instead of object?