MongoClientExtensions Class |
Represents extension methods on MongoClient.
Inheritance Hierarchy
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
Syntaxpublic static class MongoClientExtensions
<ExtensionAttribute>
Public NotInheritable Class MongoClientExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type MongoClientExtensions = class end
The MongoClientExtensions type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | GetServer | Obsolete.
Gets a MongoServer object using this client's settings.
|
Top
See Also