Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of nodes inside the $filter syntax tree. The default value is 100.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.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
See Also
EnableQueryAttribute Class
System.Web.Http.OData Namespace
Return to top