Need support about using LLBLGEN

Posts   
 
    
huynhpa
User
Posts: 2
Joined: 27-Sep-2017
# Posted on: 27-Sep-2017 11:06:00   

Hello Dear I have Entity ServiceTypeEntity has been generate from SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll SD.LLBLGen.Pro.LinqSupportClasses.NET35.dll SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll

Now I'm wanna add five columns to Entity like pictures in attachment. ServiceTypeEntity.cs is package in dll file. How to build by add new five columns and package in file MP.LayerHelper.ChainSurvey.DAL.dll I'm using LLBLGEN Pro 5.2

Thank so much for your assistance

Attachments
Filename File size Added on Approval
ServiceType_Table.jpg 259,560 27-Sep-2017 11:06.24 Approved
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 27-Sep-2017 17:06:40   

use the designer to sync your project (https://www.llblgen.com/Documentation/5.2/Designer/Functionality%20Reference/SyncTab.htm) , then regenerate your code. The runtime dlls you're mentioning are very old, v5 doesn't use linqsupportclasses anymore (not since v4)

Frans Bouma | Lead developer LLBLGen Pro