Greetings,
I'd like to ask about turn of saving recursive for one child of Children entities
Ex.
I have an entity 'A'
this entity has relation with 3 tables 'AA', 'AB', and 'AC'
all relation 1 :m
when fill entity 'A' its fill with prefetchPath to that 3 tables
my problem
How to save Entity 'A' recursively without 'AC' collection
avoiding to switch recursive flag to false for adapter.save method ???
llblgen version 2.6
adapter mode
Sql2008
V.S 2008 C#