pmMDA.NET

PersistenceHandler.Store Method (IDataObject)

[This is preliminary documentation and subject to change.]

Stores a specified data object to the database.

public void Store(
   IDataObject root
);

Parameters

root
The data object to store.

Return Value

Updates list of the data object wich are involved in the store process.

Implements

IDataObjectHandler.Store

Remarks

All data objects which are referenced from the root are stored too.

See Also

PersistenceHandler Class | PmMda.Net.Dog.Persistence Namespace | PersistenceHandler.Store Overload List