So, I'm building an ASP.NET MVC Web App using LLBLGen to build my model. Particularly for strings, I need to specify the "maxlength" property in the HTML for the text input. Is there a way to programmatically get the maximum string length of fields in entities (as they come from the DB, so I want the number from something like say a varchar(12
etc)? Thanks