@@ -426,8 +426,7 @@ internal MongoServerProxyType ProxyType
426
426
427
427
// public indexers
428
428
/// <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.
431
430
/// </summary>
432
431
/// <param name="databaseName">The name of the database.</param>
433
432
/// <returns>A new or existing instance of MongoDatabase.</returns>
@@ -438,8 +437,7 @@ public virtual MongoDatabase this[string databaseName]
438
437
}
439
438
440
439
/// <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.
443
441
/// </summary>
444
442
/// <param name="databaseSettings">The settings to use with this database.</param>
445
443
/// <returns>A new or existing instance of MongoDatabase.</returns>
@@ -450,8 +448,7 @@ public virtual MongoDatabase this[MongoDatabaseSettings databaseSettings]
450
448
}
451
449
452
450
/// <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.
455
452
/// </summary>
456
453
/// <param name="databaseName">The name of the database.</param>
457
454
/// <param name="writeConcern">The write concern to use with this database.</param>
@@ -624,8 +621,7 @@ public virtual object FetchDBRefAs(Type documentType, MongoDBRef dbRef)
624
621
}
625
622
626
623
/// <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.
629
625
/// </summary>
630
626
/// <param name="databaseSettings">The settings to use with this database.</param>
631
627
/// <returns>A new or existing instance of MongoDatabase.</returns>
@@ -636,8 +632,7 @@ public virtual MongoDatabase GetDatabase(MongoDatabaseSettings databaseSettings)
636
632
}
637
633
638
634
/// <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.
641
636
/// </summary>
642
637
/// <param name="databaseName">The name of the database.</param>
643
638
/// <returns>A new or existing instance of MongoDatabase.</returns>
@@ -648,8 +643,7 @@ public virtual MongoDatabase GetDatabase(string databaseName)
648
643
}
649
644
650
645
/// <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.
653
647
/// </summary>
654
648
/// <param name="databaseName">The name of the database.</param>
655
649
/// <param name="writeConcern">The write concern to use with this database.</param>
@@ -665,8 +659,7 @@ public virtual MongoDatabase GetDatabase(string databaseName, WriteConcern write
665
659
}
666
660
667
661
/// <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.
670
663
/// </summary>
671
664
/// <param name="databaseName">The name of the database.</param>
672
665
/// <param name="databaseSettings">The settings to use with this database.</param>
0 commit comments