Share via


UriQueryExpressionParser(Int32) Constructor

Definition

Creates a UriQueryExpressionParser.

public UriQueryExpressionParser (int maxDepth);
new Microsoft.OData.UriParser.UriQueryExpressionParser : int -> Microsoft.OData.UriParser.UriQueryExpressionParser
Public Sub New (maxDepth As Integer)

Parameters

maxDepth
Int32

The maximum depth of each part of the query - a recursion limit.

Applies to