@@ -426,8 +426,7 @@ internal MongoServerProxyType ProxyType
426426
427427 // public indexers
428428 /// <summary>
429- /// Gets a MongoDatabase instance representing a database on this server. Only one instance
430- /// is created for each combination of database settings.
429+ /// Gets a MongoDatabase instance representing a database on this server.
431430 /// </summary>
432431 /// <param name="databaseName">The name of the database.</param>
433432 /// <returns>A new or existing instance of MongoDatabase.</returns>
@@ -438,8 +437,7 @@ public virtual MongoDatabase this[string databaseName]
438437 }
439438
440439 /// <summary>
441- /// Gets a MongoDatabase instance representing a database on this server. Only one instance
442- /// is created for each combination of database settings.
440+ /// Gets a MongoDatabase instance representing a database on this server.
443441 /// </summary>
444442 /// <param name="databaseSettings">The settings to use with this database.</param>
445443 /// <returns>A new or existing instance of MongoDatabase.</returns>
@@ -450,8 +448,7 @@ public virtual MongoDatabase this[MongoDatabaseSettings databaseSettings]
450448 }
451449
452450 /// <summary>
453- /// Gets a MongoDatabase instance representing a database on this server. Only one instance
454- /// is created for each combination of database settings.
451+ /// Gets a MongoDatabase instance representing a database on this server.
455452 /// </summary>
456453 /// <param name="databaseName">The name of the database.</param>
457454 /// <param name="writeConcern">The write concern to use with this database.</param>
@@ -624,8 +621,7 @@ public virtual object FetchDBRefAs(Type documentType, MongoDBRef dbRef)
624621 }
625622
626623 /// <summary>
627- /// Gets a MongoDatabase instance representing a database on this server. Only one instance
628- /// is created for each combination of database settings.
624+ /// Gets a MongoDatabase instance representing a database on this server.
629625 /// </summary>
630626 /// <param name="databaseSettings">The settings to use with this database.</param>
631627 /// <returns>A new or existing instance of MongoDatabase.</returns>
@@ -636,8 +632,7 @@ public virtual MongoDatabase GetDatabase(MongoDatabaseSettings databaseSettings)
636632 }
637633
638634 /// <summary>
639- /// Gets a MongoDatabase instance representing a database on this server. Only one instance
640- /// is created for each combination of database settings.
635+ /// Gets a MongoDatabase instance representing a database on this server.
641636 /// </summary>
642637 /// <param name="databaseName">The name of the database.</param>
643638 /// <returns>A new or existing instance of MongoDatabase.</returns>
@@ -648,8 +643,7 @@ public virtual MongoDatabase GetDatabase(string databaseName)
648643 }
649644
650645 /// <summary>
651- /// Gets a MongoDatabase instance representing a database on this server. Only one instance
652- /// is created for each combination of database settings.
646+ /// Gets a MongoDatabase instance representing a database on this server.
653647 /// </summary>
654648 /// <param name="databaseName">The name of the database.</param>
655649 /// <param name="writeConcern">The write concern to use with this database.</param>
@@ -665,8 +659,7 @@ public virtual MongoDatabase GetDatabase(string databaseName, WriteConcern write
665659 }
666660
667661 /// <summary>
668- /// Gets a MongoDatabase instance representing a database on this server. Only one instance
669- /// is created for each combination of database settings.
662+ /// Gets a MongoDatabase instance representing a database on this server.
670663 /// </summary>
671664 /// <param name="databaseName">The name of the database.</param>
672665 /// <param name="databaseSettings">The settings to use with this database.</param>
0 commit comments