UnitOfWork2AddCollectionForSave Method |
Name | Description | |
---|---|---|
AddCollectionForSave(IEntityCollection2) |
Adds the collection with entities for saving. When the UnitOfWork is committed, the entities in the collection are added to the
correct process bins to make sure the order is correct. No recursion and no refetch are done for these entities.
| |
AddCollectionForSave(IEntityCollection2, Boolean, Boolean) |
Adds the collection with entities for saving. When the UnitOfWork is committed, the entities in the collection are added to the
correct process bins to make sure the order is correct.
|