Partager via


NotExpandableAttribute Classe

Définition

Représente un Attribute qui peut être placé sur une propriété pour spécifier que la propriété ne peut pas être utilisée dans l’option de requête OData $expand.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NotExpandableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NotExpandableAttribute = class
    inherit Attribute
Public NotInheritable Class NotExpandableAttribute
Inherits Attribute
Héritage
NotExpandableAttribute
Attributs

Constructeurs

NotExpandableAttribute()

Représente un Attribute qui peut être placé sur une propriété pour spécifier que la propriété ne peut pas être utilisée dans l’option de requête OData $expand.

S’applique à