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

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

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

Summary

Flags specifying how to apply updates

Members

Values

Name Literal Comments
None 0 No operation specified
Upsert 1 Update if existing otherwise insert
MultiUpdate 2 Update all matches. (By default, only first match would be updated)


Sign in to add a comment
Powered by Google Project Hosting