Click or drag to resize
ExplainOperationCommand Property
Gets the command to be explained.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public BsonDocument Command { get; }

Property Value

Type: BsonDocument
The command to be explained.
See Also