C# 클래스 Raven.Client.TenantDatabaseExtensions

파일 보기 프로젝트 열기: ravendb/ravendb.contrib

공개 메소드들

메소드 설명
DatabaseExists ( this documentStore, string databaseName ) : bool

Checks if the database with the given name exists.

메소드 상세

DatabaseExists() 공개 정적인 메소드

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.
리턴 bool