NotFilterableAttribute 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 utilisée dans l’option de requête OData $filter.
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NotFilterableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NotFilterableAttribute = class
inherit Attribute
Public NotInheritable Class NotFilterableAttribute
Inherits Attribute
- Héritage
-
NotFilterableAttribute
- Attributs
Constructeurs
NotFilterableAttribute() |
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 $filter. |