Table of Contents

Method ConvertToPrimaryKeysFromJson

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

ConvertToPrimaryKeysFromJson<T>(string)

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

public static PrimaryKeys<T> ConvertToPrimaryKeysFromJson<T>(string primaryKeyJson) where T : class

Parameters

primaryKeyJson 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.