DataServiceQuery<TElement>.GetKeyPath(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.
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.