C# Class MongoDB.Driver.Internal.MongoInsertMessage

Inheritance: MongoRequestMessage
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Méthodes protégées

Méthode Description
WriteBody ( ) : void

Private Methods

Méthode 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 méthode

protected WriteBody ( ) : void
Résultat void