ODataValidationSettings.MaxAnyAllExpressionDepth Property
Gets or sets the maximum depth of the Any or All elements nested inside the query.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public int MaxAnyAllExpressionDepth { get; set; }
public:
property int MaxAnyAllExpressionDepth {
int get();
void set(int value);
}
member MaxAnyAllExpressionDepth : int with get, set
Public Property MaxAnyAllExpressionDepth As Integer
Property Value
Type: System.Int32
The maximum depth of the Any or All elements nested inside the query.
Remarks
The default value is 1.
See Also
ODataValidationSettings Class
System.Web.Http.OData.Query Namespace
Return to top