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

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver
Type Name: Operation (enum)

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

Summary

Specifies IDBMessage operation codes

Members

Values

Name Literal Comments
Reply 1 Reply to a client request. will always be received and never sent
Msg 1000 generic msg command followed by a string
Update 2001 update document
Insert 2002 insert new document
GetByOID 2003 is this used?
Query 2004 query a collection
GetMore 2005 Get more data from a query. See Cursors
Delete 2006 Delete documents
KillCursors 2007 Tell database client is done with a cursor


Sign in to add a comment
Powered by Google Project Hosting