pmMDA.NET

PersistenceHandler.Store Method

[This is preliminary documentation and subject to change.]

Stores a specified data object to the database.

Overload List

Stores a specified data object to the database.

public void Store(IDataObject);

Stores a bunch of root objects within the same transaction.

public void Store(IDataObject[]);

Stores the modified item of a paged collection.

public void Store(PagedReadOnlyCollection);

See Also

PersistenceHandler Class | PmMda.Net.Dog.Persistence Namespace