C# Class MongoDB.Driver.Internal.MongoInsertMessage

Inheritance: MongoRequestMessage
Mostrar archivo Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Protected Methods

Method Description
WriteBody ( ) : void

Private Methods

Method Description
AddDocument ( Type nominalType, object document ) : void
MongoInsertMessage ( BsonBinaryWriterSettings writerSettings, string collectionFullName, bool checkElementNames, InsertFlags flags ) : System
RemoveLastDocument ( ) : byte[]
ResetBatch ( byte lastDocument ) : void

Method Details

WriteBody() protected method

protected WriteBody ( ) : void
return void