Class Update
Represents an update document sent to MongoDB
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Data.Access.MongoDb.Connector
Assembly: Azos.MongoDb.dll
Syntax
public class Update : BSONDocument, IJSONWritable, IEnumerable<BSONElement>, IEnumerable
Constructors
Update()
Declaration
public Update()
Update(Stream)
Declaration
public Update(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Update(String, Boolean, TemplateArg[])
Creates an instance of the update from JSON template with parameters populated from args optionally caching the template internal representation. Do not cache templates that change often
Declaration
public Update(string template, bool cacheTemplate, params TemplateArg[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | template | |
System.Boolean | cacheTemplate | |
TemplateArg[] | args |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable