LLBLGen 5.1.1
DB: MSSQL
Hello,
I write to a view, the instead trigger of the view desides if a entity should be deleted. From de client view I have only new en dirty entities.
In case the entity is deleted by the view than I call adapter.SaveEntity(aEntity, false, false);
This works for a single entity.
To have better perfomance I like to use adapter.SaveEntityCollection(aEntityCollection, false, false);
When I call this function a got an exception:
ex = {"An exception was caught during the execution of an action query: ....}