<< Click to Display Table of Contents >> NShape Reference
|
Tests whether the project already exists in the data source.
public abstract bool Exists() |
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.