Table of Contents

Constructor ExpressionSetFieldDefinitions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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.