ODataPathExtensions.GetPathString 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.
Overloads
GetPathString(ODataPath) |
Get the string representation of ODataPath mainly translate Context Url path. |
GetPathString(IList<ODataPathSegment>) |
Get the string representation of ODataPath mainly translate Context Url path. |
GetPathString(ODataPath)
Get the string representation of ODataPath mainly translate Context Url path.
public static string GetPathString (this Microsoft.OData.UriParser.ODataPath path);
static member GetPathString : Microsoft.OData.UriParser.ODataPath -> string
<Extension()>
Public Function GetPathString (path As ODataPath) As String
Parameters
- path
- ODataPath
Path to compute the set for.
Returns
The string representation of the Context Url path.
Applies to
GetPathString(IList<ODataPathSegment>)
Get the string representation of ODataPath mainly translate Context Url path.
public static string GetPathString (this System.Collections.Generic.IList<Microsoft.OData.UriParser.ODataPathSegment> segments);
static member GetPathString : System.Collections.Generic.IList<Microsoft.OData.UriParser.ODataPathSegment> -> string
<Extension()>
Public Function GetPathString (segments As IList(Of ODataPathSegment)) As String
Parameters
- segments
- IList<ODataPathSegment>
The path segments.
Returns
The string representation of the Context Url path.