MongoDatabaseBase.Client Property |
Gets the client.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntaxpublic abstract IMongoClient Client { get; }
Public MustOverride ReadOnly Property Client As IMongoClient
Get
abstract Client : IMongoClient with get
Property Value
Type:
IMongoClientImplements
IMongoDatabase.Client
See Also