NonFilterableAttribute Class

Definition

Represents an Attribute that can be placed on a property to specify that the property cannot be used in the $filter OData query option.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class NonFilterableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type NonFilterableAttribute = class
    inherit Attribute
Public NotInheritable Class NonFilterableAttribute
Inherits Attribute
Inheritance
NonFilterableAttribute
Attributes

Constructors

NonFilterableAttribute()

Applies to