IsFilterableAttribute Class

Definition

Indicates that the field can be used in filter expressions.

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

Constructors

IsFilterableAttribute()

Applies to