LevelsClause(Boolean, Int64) 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.
Constructs a LevelsClause from given parameters.
public LevelsClause (bool isMaxLevel, long level);
new Microsoft.OData.UriParser.LevelsClause : bool * int64 -> Microsoft.OData.UriParser.LevelsClause
Public Sub New (isMaxLevel As Boolean, level As Long)
Parameters
- isMaxLevel
- Boolean
Flag indicating max level is specified.
- level
- Int64
The level value for the LevelsClause.
This value is only used when isMaxLevel
is set to false.