Sdílet prostřednictvím


NotFilterableAttribute Třída

Definice

Představuje vlastnost Attribute , která může být umístěna na vlastnost určit, že vlastnost nelze použít v $filter možnost dotazu OData.

[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
Dědičnost
NotFilterableAttribute
Atributy

Konstruktory

NotFilterableAttribute()

Představuje vlastnost Attribute , která může být umístěna na vlastnost určit, že vlastnost nelze použít v $filter možnost dotazu OData.

Platí pro