Click or drag to resize

MongoInsertOptions Constructor (MongoCollection)

Note: This API is now obsolete.

Initializes a new instance of the MongoInsertOptions class.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
[ObsoleteAttribute("Options constructors which take a MongoCollection parameter are obsolete and will be removed in a future release of the MongoDB CSharp Driver. Please use a constructor which does not take a MongoCollection parameter.")]
public MongoInsertOptions(
	MongoCollection collection
)

Parameters

collection
Type: MongoDB.DriverMongoCollection
The collection from which to get default settings for the options.
See Also