Click or drag to resize
UnitOfWork2AddCollectionForSave Method
Overload List
  NameDescription
Public methodAddCollectionForSave(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.
Public methodAddCollectionForSave(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.
Top
See Also