I have changed the data type of the column in a SQL SErver 2005 table. I don't have LLBLGen Project file. I only have generated codes in VB.net. Is there any way to reflect the change in the generated code without having LLBLGen project file.
You could change the mapping information and the generated properties. It's not recommended though. It's very important that you have the lgp file. With your database you can start a new llblgen project then generate code, it's recommended that way.