EnableQueryAttribute.MaxAnyAllExpressionDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum depth of the Any or All elements nested inside the query. This limit helps prevent Denial of Service attacks.
public int MaxAnyAllExpressionDepth { get; set; }
member this.MaxAnyAllExpressionDepth : int with get, set
Public Property MaxAnyAllExpressionDepth As Integer
Property Value
The maximum depth of the Any or All elements nested inside the query. The default value is 1.