Share via


DataServiceQuery<TElement>.GetPath(String) Method

Definition

Get a new URI path string by adding nextSegment to the original one.

public virtual string GetPath (string nextSegment);
abstract member GetPath : string -> string
override this.GetPath : string -> string
Public Overridable Function GetPath (nextSegment As String) As String

Parameters

nextSegment
String

The next segment to add to path.

Returns

The new URI path string.

Applies to