Serializer.GetKeyString 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 the string of keys used in URI.
public static string GetKeyString (Microsoft.OData.Client.DataServiceContext context, System.Collections.Generic.IDictionary<string,object> keys);
static member GetKeyString : Microsoft.OData.Client.DataServiceContext * System.Collections.Generic.IDictionary<string, obj> -> string
Public Shared Function GetKeyString (context As DataServiceContext, keys As IDictionary(Of String, Object)) As String
Parameters
- context
- DataServiceContext
Wrapping context instance.
- keys
- IDictionary<String,Object>
The dictionary containing key pairs.
Returns
The string of keys.