Hi there,
Product: LLbLGen Pro v3.1 Final
Runtime Library: 3.1.11.907
Database: SQL Server 2008/ Oracle 11i
We use .NET 4.0 framework and VB.Net
We are trying to save the entity to the database using the following code:
adapter.SaveEntity(employeeEntity, False, True)
We have a number of child entities associated with the "employeeEntity".
When we save the entity, we want to save the parent entity first and then the child entities.
But now as per the above line of code, the child entities are saved first and then the parent entity.
Is there some setting or property that we need to set to define the order in which the parent and child entities should be saved?
Thanks for your help,
Dharini