C# Class Raven.DBUtil.Extensions

ファイルを表示 Open project: ravendb/ravendb.contrib

Public Methods

Method Description
DatabaseExists ( this documentStore, string databaseName ) : bool
DocumentExists ( this databaseCommands, string key ) : bool
GetAllDatabaseNames ( this documentStore ) : IEnumerable

Method Details

DatabaseExists() public static method

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

DocumentExists() public static method

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

GetAllDatabaseNames() public static method

public static GetAllDatabaseNames ( this documentStore ) : IEnumerable
documentStore this
return IEnumerable