System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute
Denotes that a property or class should be excluded from database mapping.
namespace System.ComponentModel.DataAnnotations.Schema
{
public class NotMappedAttribute : Attribute
{
public NotMappedAttribute();
}
}