NotNavigableAttribute 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.
Représente un Attribute qui peut être placé sur une propriété pour spécifier que la propriété ne peut pas être parcourue dans une requête OData.
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NotNavigableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NotNavigableAttribute = class
inherit Attribute
Public NotInheritable Class NotNavigableAttribute
Inherits Attribute
- Héritage
-
NotNavigableAttribute
- Attributs
Constructeurs
NotNavigableAttribute() |
Représente un Attribute qui peut être placé sur une propriété pour spécifier que la propriété ne peut pas être parcourue dans une requête OData. |