Hello DevForce Support,
Would you please explain how to trigger the auto-generation of verifiers? Particularly StringLengthVerifier. Because I didn't find relevant settings in object mapper. And my problem is that, for instance not all tables with similar columns(string) will have verifiers generated for the properties in their Entity counterparts. Additionally for those generated, say if the maxlength is set to 250, when table updated and change max length to 150, this change won't be reflected into the latest design.cs, so verifier is still checking against length 250.
Thanks.
Viola