Class BsonDocumentCommand<TResult>
A Bson
Type Parameters
TResult
The type of the result.
- Inheritance
-
Command<TResult>BsonDocumentCommand<TResult>
- Inherited Members
Constructors
- BsonDocumentCommand(BsonDocument, IBsonSerializer<TResult>)
Initializes a new instance of the BsonDocumentCommand<TResult> class.
Properties
- Document
Gets the document.
- Result
Serializer Gets the result serializer.
Methods
- Render(IBson
Serializer Registry) Renders the command to a RenderedCommand<TResult>.