Table of Contents

Method DeserializePrimaryKeys

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

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 string

The JSON string representation of the primary keys.

targetType Type

The target type of the primary keys.

Returns

object

An instance of the specified target type.