C# Class MongoDB.Driver.MongoInsertOptions

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

Private Properties

Property Type Description
MongoInsertOptions System

Public Methods

Method Description
MongoInsertOptions ( ) : System

Initializes a new instance of the MongoInsertOptions class.

Private Methods

Method Description
MongoInsertOptions ( MongoCollection collection ) : System

Method Details

MongoInsertOptions() public method

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