Interface IMongoDatabaseNameResolver
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.