LLBLGen version 2.6
we recently increased a column from 5 characters to 20 and we get the following error when trying to insert a 6 character value:
The value specified will cause an overflow error in the database. Value length: 6. Column max. length: 5
Parameter name: Htank01.
After regenerating I see this metadata on that property in our Domain project:
It clearly shows that the length is now 20 but our code is still erroring.
Any assistance?