C# Class MongoDB.Driver.MongoUpdateOptions

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

Private Properties

Свойство Type Description
MongoUpdateOptions System

Méthodes publiques

Méthode Description
MongoUpdateOptions ( ) : System

Initializes a new instance of the MongoUpdateOptions class.

Private Methods

Méthode Description
MongoUpdateOptions ( MongoCollection collection ) : System

Method Details

MongoUpdateOptions() public méthode

Initializes a new instance of the MongoUpdateOptions class.
public MongoUpdateOptions ( ) : System
Résultat System