Condividi tramite


IgnoreClientPropertyAttribute Classe

Definizione

Indica che un attributo non deve essere serializzato durante l'inserimento o l'aggiornamento di un'entità.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class IgnoreClientPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type IgnoreClientPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class IgnoreClientPropertyAttribute
Inherits Attribute
Ereditarietà
IgnoreClientPropertyAttribute
Attributi

Costruttori

IgnoreClientPropertyAttribute()

Indica che un attributo non deve essere serializzato durante l'inserimento o l'aggiornamento di un'entità.

Si applica a