Interface IExplainableOperation
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents an explainable operation.
public interface IExplainableOperation
Methods
CreateCommand(ConnectionDescription, ICoreSession)
Creates the command to be explained.
BsonDocument CreateCommand(ConnectionDescription connectionDescription, ICoreSession session)
Parameters
connectionDescriptionConnectionDescriptionThe connection description.
sessionICoreSessionThe session.
Returns
- BsonDocument
The command.