Click or drag to resize
IDataAccessAdapterSaveEntityCollection Method
Overload List
  NameDescription
Public methodSaveEntityCollection(IEntityCollection2)
Saves all dirty objects inside the collection passed to the persistent storage. It will do this inside a transaction if a transaction is not yet available. Will not refetch saved entities and will not recursively save the entities.
Public methodSaveEntityCollection(IEntityCollection2, Boolean, Boolean)
Saves all dirty objects inside the collection passed to the persistent storage. It will do this inside a transaction if a transaction is not yet available.
Top
See Also