Thanks Jason,
Are you saying that after an item is added to the collection (using a grid), I only need to Save(), but after deleting an item (using a grid) I need to perform some sort of manual delete before the save to make sure it's persisted?
What seems to be happening is that
- If I add an item to a collection via the grid, a Save() will produce a sql insert statement
- If I delete an item from a collection via the grid, a Save() will NOT produce a sql delete statement
Incidentally, I am setting the IsDirty flag to true on the object just before Save.
Oops, I forgot to provide the background details:
LLBLGen PRO designer: 1.0.2005.1.Final, July 6th 2006,
SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll version: 1.0.20051.60719
C# 2.0, VS2005
Self-servicing
Thanks,
Alan