Excluding Relational Fields permanently

Posts   
 
    
chand
User
Posts: 72
Joined: 05-Aug-2007
# Posted on: 10-Sep-2019 15:50:06   

We are using Temporal Tables feature in Sql Server on multiple tables

https://docs.microsoft.com/en-us/sql/relational-databases/tables/temporal-tables?view=sql-server-2017

Is there any way to ignore the SysStartTime and SysEndTime columns permanently from both relational side and entity side of code gen?

Walaa avatar
Walaa
Support Team
Posts: 14946
Joined: 21-Aug-2005
# Posted on: 11-Sep-2019 04:34:31   

Deleting the fields from the entity should work. But with the next sync they're likely re-added.

You might want to uncheck the 'Field property is public' setting, which can also be set in bulk using Bulk Setting