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
jsonstringThe JSON string representation of the primary keys.
targetTypeTypeThe target type of the primary keys.
Returns
- object
An instance of the specified target type.