Table of Contents

Method ToPrimaryKey

Namespace
Innova.Rest.Abstractions
Assembly
Innova.Rest.Abstractions.dll

ToPrimaryKey<T>(Dictionary<string, object>)

public static PrimaryKeys<T> ToPrimaryKey<T>(this Dictionary<string, object> dictionary)

Parameters

dictionary Dictionary<string, object>

Returns

PrimaryKeys<T>

Type Parameters

T