DataServiceQuery<TElement>.GetPath(String) 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 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.