Table of Contents

Class SetFieldDefinitions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Defines the fields to be set by a $set stage.

public abstract class SetFieldDefinitions<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
SetFieldDefinitions<TDocument>
Derived
Inherited Members

Methods

Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)

Renders the set field definitions.