MongoCollectionSettingsFreeze Method |
Freezes the settings.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.1.0
Syntax public MongoCollectionSettings Freeze()
Public Function Freeze As MongoCollectionSettings
member Freeze : unit -> MongoCollectionSettings
Return Value
Type:
MongoCollectionSettingsThe frozen settings.
See Also