When we add a collection to a transaction and call the SaveMulti(true) method do the children also get added to the transaction?
Ian
Yes, When you add an entity or entity collection to a transaction, all the objects or collections within are added to the transaction too.
That's wonderful.