I was getting a warning with 2.6 because I had a column IsNew. I renamed it in my database to IsNewData, went into LLBLGen Pro Project explorer,
Did: Project/Refresh All Catalogs (connected, chose my catalog) .. (verified my table showed changed, though surprised to see they all were changed)
Then: Project/Generate (start generator)
I still get the warning:
Warning 1 'ThreePLogic.Data.ThreePLogicAccessLLBL.EntityClasses.LoadUserInfoEntity.IsNew' hides inherited member 'SD.LLBLGen.Pro.ORMSupportClasses.EntityBase2.IsNew'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. F:\MyDocuments\VSProjects\3plogic\data\ThreePLogicAccessLLBL\DatabaseGeneric\EntityClasses\LoadUserInfoEntity.cs 716 33 ThreePLogic.Data.ThreePLogicAccessLLBL
It's as if it's ignoring my database change.
When I delete the Entity from the designer and then re-add it, things work correctly. I had thought that was the purpose of refresh schema.