Table of Contents

Class ExpressionSetFieldDefinitions<TDocument, TFields>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A subclass of SetFieldDefinition that uses an Expression to define the fields to be set.

public sealed class ExpressionSetFieldDefinitions<TDocument, TFields> : SetFieldDefinitions<TDocument>

Type Parameters

TDocument

The type of the document.

TFields

The type of object specifying the fields to set.

Inheritance
ExpressionSetFieldDefinitions<TDocument, TFields>
Inherited Members

Constructors

ExpressionSetFieldDefinitions(Expression<Func<TDocument, TFields>>)

Initializes an instance of ExpressionSetFieldDefinitions.

public ExpressionSetFieldDefinitions(Expression<Func<TDocument, TFields>> expression)

Parameters

expression Expression<Func<TDocument, TFields>>

The expression.

Methods

Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)

Renders the set field definitions.

public override BsonDocument Render(IBsonSerializer<TDocument> documentSerializer, IBsonSerializerRegistry serializerRegistry, LinqProvider linqProvider)

Parameters

documentSerializer IBsonSerializer<TDocument>

The document serializer.

serializerRegistry IBsonSerializerRegistry

The serializer registry.

linqProvider LinqProvider

The linq provider.

Returns

BsonDocument

The rendered set field definitions.