Partager via


IgnoreClientPropertyAttribute Classe

Définition

Indique qu’un attribut ne doit pas être sérialisé lors de l’insertion ou de la mise à jour d’une 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
Héritage
IgnoreClientPropertyAttribute
Attributs

Constructeurs

IgnoreClientPropertyAttribute()

Indique qu’un attribut ne doit pas être sérialisé lors de l’insertion ou de la mise à jour d’une entité.

S’applique à