I want to save many entities that are in a graph related to each other. Suppose the root entity is ROOT.
The DB is not on local machine. it is im[portamt for me to reduce the numebr of sql command. When I use Save(ROOT), the sql profiler show many sql script. and it is very slow! I do it in a transaction too!
Is there something in LLBLGen (like VIEW in fetching) that reduce the number of SQL command.
I saw somewhere a sql command like "INSERT INTO ALL ...". does LLBLGEn support this? if not, is there a solution?