IgnoreClientPropertyAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é. |