Class RenderedCommand<TResult>
A rendered command.
public sealed class RenderedCommand<TResult>
Type Parameters
TResult
The type of the result.
- Inheritance
-
RenderedCommand<TResult>
- Inherited Members
Constructors
- RenderedCommand(BsonDocument, IBsonSerializer<TResult>)
Initializes a new instance of the RenderedCommand<TResult> class.
Properties
- Document
Gets the document.
- ResultSerializer
Gets the result serializer.