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