Table of Contents

Method DeserializePrimaryKeysFromJson

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

DeserializePrimaryKeysFromJson<T>(string)

Deserializes a JSON string representation of PrimaryKeys<T> to an instance of PrimaryKeys<T>.

public static PrimaryKeys<T> DeserializePrimaryKeysFromJson<T>(string json) where T : class

Parameters

json string

The JSON string representation of the primary keys.

Returns

PrimaryKeys<T>

An instance of PrimaryKeys<T>.

Type Parameters

T

The type of the entity.