NShape Reference
Store.SaveChanges Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > Store Class >

NShape Reference
Store.SaveChanges Method

Previous pageReturn to chapter overviewNext page

Commits all modifications in the cache to the data store.

Syntax

public abstract void SaveChanges(IStoreCache storeCache)

Description

Commits all modifications in the cache to the data store.

Parameters

Name

Description

storeCache

Store cache associated with this store.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

NShapeException

The store was not opened before.