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