MongoUpdateOptions Constructor (MongoCollection) |
Note: This API is now obsolete.
Initializes a new instance of the MongoUpdateOptions class.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
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 MongoUpdateOptions(
MongoCollection collection
)
<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 Sub New (
collection As MongoCollection
)
[<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.")>]
new :
collection : MongoCollection -> MongoUpdateOptions
Parameters
- collection
- Type: MongoDB.DriverMongoCollection
The collection from which to get default settings for the options.
See Also