Click or drag to resize

ListSetFieldDefinitionsTDocument Class

A subclass of SetFieldDefinitions containing a list of SetFieldDefinition instances to define the fields to be set.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverSetFieldDefinitionsTDocument
    MongoDB.DriverListSetFieldDefinitionsTDocument

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public sealed class ListSetFieldDefinitions<TDocument> : SetFieldDefinitions<TDocument>

Type Parameters

TDocument
The type of the document.

The ListSetFieldDefinitionsTDocument type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyList
Gets the list of SetFieldDefinition instances.
Top
Methods
Extension Methods
See Also