Hi Team,
Our customer ID: 19501
Fyi: Using LLBLGen v5.9.1, generated target fw is net standard and database Oracle12C, also TypeConverter version is 5.9.1
We used to "hide" option to reduce big size entities, but currently there is no hide option on LLBLGen 5.9.1. I see that there is a remove property instead.
The entity (AvSabitVeri) of the table we use for enum purposes on application reaches a big size now and we used to manage the process by using "Toggle Hide Flag On Selected Relation(s) From This Side" in older versions. But now we couldn't find this option and if we use the 'Delete' option, it removes the relations on both sides. This is not suitable for us. Our main aim is to reduce AvSabitVeri entity size, so we want to remove 1:n relations.
For example; AvSabitVeri is our table that contains enum values and other table is related with this name AvYerelSart.
AvYerelSart has a foreign key to AvSabitVeri, so this relationship is necessary for us but there is no need to keep and generate m:1 relationship to AvSabitVeri to AvYerelSart.
Also we examined this post but we didn't understand how to move forward.
https://www.llblgen.com/tinyforum/Thread/24555/1