Class RenderedCommand
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
A rendered command.
public sealed class RenderedCommand<TResult>Type Parameters
TResult
The type of the result.
Inheritance
RenderedCommand
Inherited Members
Constructors
RenderedCommand(BsonDocument, IBsonSerializer)
Initializes a new instance of the RenderedCommand class.
Properties
Gets the document.
Gets the result serializer.