ODataPathExtensions.GetPathString Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetPathString(ODataPath) |
Ottenere la rappresentazione di stringa del ODataPath percorso dell'URL del contesto principalmente. |
GetPathString(IList<ODataPathSegment>) |
Ottenere la rappresentazione di stringa del ODataPath percorso dell'URL del contesto principalmente. |
GetPathString(ODataPath)
Ottenere la rappresentazione di stringa del ODataPath percorso dell'URL del contesto principalmente.
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
Parametri
- path
- ODataPath
Percorso per calcolare il set per.
Restituisce
Rappresentazione stringa del percorso url contesto.
Si applica a
GetPathString(IList<ODataPathSegment>)
Ottenere la rappresentazione di stringa del ODataPath percorso dell'URL del contesto principalmente.
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
Parametri
- segments
- IList<ODataPathSegment>
Segmenti di percorso.
Restituisce
Rappresentazione stringa del percorso url contesto.