Constructor ExpressionSetFieldDefinitions

| MongoDB CSharp Driver API Reference (original) (raw)

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.