NotMappedAttribute Classe

Definizione

Indica che una proprietà o una classe deve essere esclusa dal mapping del database.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")]
public class NotMappedAttribute : Attribute
type NotMappedAttribute = class
    inherit Attribute
Public Class NotMappedAttribute
Inherits Attribute
Ereditarietà
NotMappedAttribute
Attributi

Costruttori

NotMappedAttribute()

Indica che una proprietà o una classe deve essere esclusa dal mapping del database.

Si applica a