Click or drag to resize

ListSetFieldDefinitionsExtensions Class

Extension methods to add additional set field definitions to an existing instance of ListSetFieldDefinitions.
Inheritance Hierarchy
SystemObject
  MongoDB.DriverListSetFieldDefinitionsExtensions

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public static class ListSetFieldDefinitionsExtensions
Methods
  NameDescription
Public methodStatic memberSetTDocument, TField(ListSetFieldDefinitionsTDocument, FieldDefinitionTDocument, TField, TField)
Set an additional field to value using a constant.
Public methodStatic memberSetTDocument, TField(ListSetFieldDefinitionsTDocument, ExpressionFuncTDocument, TField, TField)
Set an additional field to value using an Expression to specify the field and a constant to specify the value.
Top
See Also