Gets or sets whether the property is not filterable. default is false.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public bool NotFilterable {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool NotFilterable {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member NotFilterable : bool with get, set
Public Property NotFilterable As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
QueryableRestrictions Class
System.Web.OData Namespace
Return to top