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

Assembly: MongoDB.Driver.dll
Namespace: MongoDB.Driver
Type Name: Do (class)

Methods:

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

Summary

Fluent root for IDocument modifier expressions

Members

Methods

AddEachToSet

||===== Returns =====
DBModifier AddEachToSet(string fieldName, IList value)

AddToSet

||===== Returns =====
DBModifier AddToSet(string fieldName, object value)

Inc

||===== Returns =====
DBModifier Inc(string fieldName, object value)

Pop

||===== Returns =====
DBModifier Pop(string fieldName, bool fromTop)

Pull

||===== Returns =====
DBModifier Pull(string fieldName, object value)

PullAll

||===== Returns =====
DBModifier PullAll(string fieldName, IList value)

Push

||===== Returns =====
DBModifier Push(string fieldName, object value)

PushAll

||===== Returns =====
DBModifier PushAll(string fieldName, IList value)

Set

||===== Returns =====
DBModifier Set(string fieldName, object value)

Unset

||===== Returns =====
DBModifier Unset(string fieldName, object value)


Sign in to add a comment
Powered by Google Project Hosting