EnableQueryAttribute.MaxNodeCount Property
Gets or sets the maximum number of nodes inside the $filter syntax tree.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public int MaxNodeCount { get; set; }
public:
property int MaxNodeCount {
int get();
void set(int value);
}
member MaxNodeCount : int with get, set
Public Property MaxNodeCount As Integer
Property Value
Type: System.Int32
The default value is 100.
See Also
EnableQueryAttribute Class
System.Web.OData Namespace
Return to top