From a ColumnSchema object in CodeSmith 6, I need to be able to generate a SQL Server table definition. I'm having trouble generating the types; I need to be able to generate the following types:
varchar(100)
varchar(MAX)
int
bit
etc...
But I can't find a property for this. Is there something in codesmith to extract this? I've been searching but can't find anything...
Thanks.