Compartir a través de


NotExpandableAttribute Clase

Definición

Representa un Attribute objeto que se puede colocar en una propiedad para especificar que la propiedad no se puede usar en la opción de consulta de OData de $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
Herencia
NotExpandableAttribute
Atributos

Constructores

NotExpandableAttribute()

Representa un Attribute objeto que se puede colocar en una propiedad para especificar que la propiedad no se puede usar en la opción de consulta de OData de $expand.

Se aplica a