C# Class Raven.DBUtil.Extensions

Afficher le fichier Open project: ravendb/ravendb.contrib

Méthodes publiques

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

Method Details

DatabaseExists() public static méthode

public static DatabaseExists ( this documentStore, string databaseName ) : bool
documentStore this
databaseName string
Résultat bool

DocumentExists() public static méthode

public static DocumentExists ( this databaseCommands, string key ) : bool
databaseCommands this
key string
Résultat bool

GetAllDatabaseNames() public static méthode

public static GetAllDatabaseNames ( this documentStore ) : IEnumerable
documentStore this
Résultat IEnumerable