Table of Contents

Class ListSetFieldDefinitions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A subclass of SetFieldDefinitions containing a list of SetFieldDefinition instances to define the fields to be set.

public sealed class ListSetFieldDefinitions<TDocument> : SetFieldDefinitions<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
ListSetFieldDefinitions<TDocument>
Inherited Members
Extension Methods

Constructors

ListSetFieldDefinitions(IEnumerable<SetFieldDefinition<TDocument>>)

Initializes an instances ListSetFieldDefinitions.

Properties

List

Gets the list of SetFieldDefinition instances.

Methods

Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)

Renders the set field definitions.