Table of Contents

Class IgnoreAttribute

Namespace
MongoDB.Entities
Assembly
MongoDB.Entities.dll

Use this attribute to ignore a property when persisting an entity to the database.

[AttributeUsage(AttributeTargets.Property)]
public class IgnoreAttribute : BsonIgnoreAttribute
Inheritance
BsonIgnoreAttribute
IgnoreAttribute
Inherited Members