My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver
Type Name: IDocument (interface)

Methods:

T_MongoDB_Driver_IDocument  
API documentation for the IDocument type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Summary

Represents a full document that can be sent to or retrieved from a collection on the server

Members

Methods

Constructors

||===== Remarks ===== This is the recommended constructor for new documents. The State will be set toDocumentState.Detached.
Document()

Document(MongoDB.Driver.Oid)
Document(MongoDB.Driver.Oid, Boolean)
Document(System.Collections.Generic.IDictionary_2[System.String,System.Object])
Document(System.String, System.Object)
Document(System.String, System.Object, System.String, System.Object)
Document(System.String, System.Object, System.String, System.Object, System.String, System.Object)


Sign in to add a comment
Powered by Google Project Hosting