Does anyone know of a way to differentiate between a VarChar column and a Text column? The only way to determine column type seems to be comparing [columnObject].SystemType with TypeOf(System.[TypeName]), like this... if (column.SystemType == TypeOf(System.String)) { // Do something here } This finds...
Posted to
General Support
(Forum)
by
eric_burcham
on
05-01-2007
Filed under: SchemaExplorer, .netTiers, Codesmith templates cached cleanup, generating templates, need advice