I had a field named LevelId in my table. It had been removed a while back. I just re-added it and found that LLBLGen added it twice. Once in the original position (index), and again in its new position. I then dropped the column and added a new column, EmployeeLevelID, which has the same relations as the old field, and it too is added as two fields in the entity...
Any ideas?
Thanks,
Darwin