Class Type0CommandMessageSection<TDocument>
- Namespace
- MongoDB.Driver.Core.WireProtocol.Messages
- Assembly
- MongoDB.Driver.Core.dll
Represents a Type 0 CommandMessage section.
public sealed class Type0CommandMessageSection<TDocument> : Type0CommandMessageSection
Type Parameters
TDocument
The type of the document.
- Inheritance
-
Type0CommandMessageSection<TDocument>
- Inherited Members
Constructors
- Type0CommandMessageSection(TDocument, IBsonSerializer<TDocument>)
Initializes a new instance of the Type0CommandMessageSection<TDocument> class.
Properties
- Document
Gets the document.
- DocumentSerializer
Gets the document serializer.