C# Class Raven.Client.TenantDatabaseExtensions

Mostra file Open project: ravendb/ravendb.contrib

Public Methods

Method Description
DatabaseExists ( this documentStore, string databaseName ) : bool

Checks if the database with the given name exists.

Method Details

DatabaseExists() public static method

Checks if the database with the given name exists.
public static DatabaseExists ( this documentStore, string databaseName ) : bool
documentStore this The Raven document store.
databaseName string The name of the database to check for.
return bool