Method DeserializePrimaryKeys
DeserializePrimaryKeys(string, Type)
Deserializes a JSON string representation of primary keys to an instance of the specified target type.
public static object DeserializePrimaryKeys(string json, Type targetType)
Parameters
json
stringThe JSON string representation of the primary keys.
targetType
TypeThe target type of the primary keys.
Returns
- object
An instance of the specified target type.