C# Class MongoDB.Driver.MongoUpdateOptions

Represents the options to use for an Update operation.
Datei anzeigen Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Private Properties

Property Type Description
MongoUpdateOptions System

Public Methods

Method Description
MongoUpdateOptions ( ) : System

Initializes a new instance of the MongoUpdateOptions class.

Private Methods

Method Description
MongoUpdateOptions ( MongoCollection collection ) : System

Method Details

MongoUpdateOptions() public method

Initializes a new instance of the MongoUpdateOptions class.
public MongoUpdateOptions ( ) : System
return System