pmMDA.NET

PersistenceHandler.ResetModified Method 

[This is preliminary documentation and subject to change.]

Resets the modified flag of all data objects in the specified collection.

internal void ResetModified(
   ICollection dataObjects
);

Parameters

dataObjects
A collection of data objects whose modified flag should be set to false.

Remarks

The modified flag of data objects which are referenced by the items are also set to false.

See Also

PersistenceHandler Class | PmMda.Net.Dog.Persistence Namespace