C# Class MongoDB.Driver.MongoInsertOptions

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

Private Properties

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

Méthodes publiques

Méthode Description
MongoInsertOptions ( ) : System

Initializes a new instance of the MongoInsertOptions class.

Private Methods

Méthode Description
MongoInsertOptions ( MongoCollection collection ) : System

Method Details

MongoInsertOptions() public méthode

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