Click or drag to resize
UnitOfWorkAddCollectionForSave Method
Overload List
  NameDescription
Public methodAddCollectionForSave(IEntityCollection)
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.
Public methodAddCollectionForSave(IEntityCollection, 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