<< Click to Display Table of Contents >> NShape Reference
|
Commits all modifications in the cache to the data store.
public abstract void SaveChanges(IStoreCache storeCache) |
Commits all modifications in the cache to the data store.
Name |
Description |
---|---|
storeCache |
Store cache associated with this store. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |
NShapeException |
The store was not opened before. |