NShape Reference
Store.Exists Method

<< Click to Display Table of Contents >>

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

NShape Reference
Store.Exists Method

Previous pageReturn to chapter overviewNext page

Tests whether the project already exists in the data source.

Syntax

public abstract bool Exists()

Description

Tests whether a project with the specified ProjectName already exists in the store's data source.

An AdoNetStore will check if the specified database server is reachable, the specified database exists and a project with the specified ProjectName exists in the project table.

An XmlStore will check if a file with the specified ProjectName and the specified extension exists in the specified directory.