AggregateOperationTResultToExplainOperation Method  | 
 
            Returns an AggregateExplainOperation for this AggregateOperation.
            
 
    Namespace: 
   MongoDB.Driver.Core.Operations
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic IReadOperation<BsonDocument> ToExplainOperation(
	ExplainVerbosity verbosity
)
Public Function ToExplainOperation ( 
	verbosity As ExplainVerbosity
) As IReadOperation(Of BsonDocument)
member ToExplainOperation : 
        verbosity : ExplainVerbosity -> IReadOperation<BsonDocument> 
Parameters
- verbosity
 - Type: MongoDB.Driver.Core.OperationsExplainVerbosity
The verbosity. 
Return Value
Type: 
IReadOperationBsonDocumentAn AggregateExplainOperation.
See Also