Interface IMongoDatabaseNameResolver
- Namespace
- Cratis.Applications.MongoDB
- Assembly
- Cratis.Applications.MongoDB.dll
Defines a system that can resolve the name of a MongoDB database.
public interface IMongoDatabaseNameResolver
Methods
Resolve()
Resolve the name of the MongoDB database.
string Resolve()
Returns
- string
Name of the database.