UriQueryExpressionParser(Int32) Constructor
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.
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.