Table of Contents

Property CommandCollection

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

CommandCollection

Gets the command collection for this database.

[Obsolete("CommandCollection will be removed and there will be no replacement.")]
public virtual MongoCollection<BsonDocument> CommandCollection { get; }

Property Value

MongoCollection<BsonDocument>