[This is preliminary documentation and subject to change.]
Stores a specified data object in the persistent store.
Stores a specified data object in the persistent store.
void Store(IDataObject);
Stores a bunch of root objects within the same transaction.
void Store(IDataObject[]);
Stores the modified item of a paged collection.
void Store(PagedReadOnlyCollection);
IDataObjectHandler Interface | PmMda.Net.Dog Namespace