ODataPath.GetCount(Boolean) Method
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.
Get the segment count.
public int GetCount(bool keySegmentAsDepth);
member this.GetCount : bool -> int
Public Function GetCount (keySegmentAsDepth As Boolean) As Integer
Parameters
- keySegmentAsDepth
- Boolean
A bool value indicating whether to count key segment or not.
Returns
The count.