DataServiceQuery<TElement>.GetKeyPath(String) Method

Definition

Gets a new URI string with keys.

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

Parameters

keyString
String

The string representing keys.

Returns

The new URI string with keys.

Applies to