Table of Contents

Method UnmapMember

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

UnmapMember<TMember>(Expression<Func<TClass, TMember>>)

Removes a member map from the class map.

public void UnmapMember<TMember>(Expression<Func<TClass, TMember>> memberLambda)

Parameters

memberLambda Expression<Func<TClass, TMember>>

A lambda expression specifying the member.

Type Parameters

TMember

The member type.