Using LLBLGenPro v2.0, Net 1.1, SQLServer 2000.
I have an Entity (called BondPlus) mapped on a view. The view contains an Inner Join and is updateable in SQLServer (I've checked this).
I have a collection (BondPlusColl) of these Entities as the data-source for a grid.
When I use BondPlusColl.SaveMulti() no error is thrown, but the changed values in the grid are not saved.
The code is all very simple and I've used similar coding elsewhere without problem, so I'm having difficulty discovering what is wrong.
Is this kind of view updateable in LLBLGenPro?