C# 클래스 Raven.DBUtil.Extensions

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

공개 메소드들

메소드 설명
DatabaseExists ( this documentStore, string databaseName ) : bool
DocumentExists ( this databaseCommands, string key ) : bool
GetAllDatabaseNames ( this documentStore ) : IEnumerable

메소드 상세

DatabaseExists() 공개 정적인 메소드

public static DatabaseExists ( this documentStore, string databaseName ) : bool
documentStore this
databaseName string
리턴 bool

DocumentExists() 공개 정적인 메소드

public static DocumentExists ( this databaseCommands, string key ) : bool
databaseCommands this
key string
리턴 bool

GetAllDatabaseNames() 공개 정적인 메소드

public static GetAllDatabaseNames ( this documentStore ) : IEnumerable
documentStore this
리턴 IEnumerable