C# 클래스 MongoDB.Driver.Internal.MongoInsertMessage

상속: MongoRequestMessage
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver 1 사용 예제들

보호된 메소드들

메소드 설명
WriteBody ( ) : void

비공개 메소드들

메소드 설명
AddDocument ( Type nominalType, object document ) : void
MongoInsertMessage ( BsonBinaryWriterSettings writerSettings, string collectionFullName, bool checkElementNames, InsertFlags flags ) : System
RemoveLastDocument ( ) : byte[]
ResetBatch ( byte lastDocument ) : void

메소드 상세

WriteBody() 보호된 메소드

protected WriteBody ( ) : void
리턴 void