Class IgnoreAttribute
Use this attribute to ignore a property when persisting an entity to the database.
[AttributeUsage(AttributeTargets.Property)]
public class IgnoreAttribute : BsonIgnoreAttribute
- Inheritance
-
BsonIgnoreAttributeIgnoreAttribute
- Inherited Members