NShape Reference
Store.Create Method

<< Click to Display Table of Contents >>

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

NShape Reference
Store.Create Method

Previous pageReturn to chapter overviewNext page

Creates a project store in the data source.

Syntax

public abstract void Create(IStoreCache storeCache)

Description

Creates a project with the specified ProjectName in the store's data source.

Parameters

Name

Description

storeCache

The store cache associated with this store.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.