Table of Contents

Method SerializePrimaryKeysToJson

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

SerializePrimaryKeysToJson<T>(PrimaryKeys<T>)

Serializes the PrimaryKeys<T> object to a JSON string.

public static string SerializePrimaryKeysToJson<T>(this PrimaryKeys<T> primaryKeys)

Parameters

primaryKeys PrimaryKeys<T>

The PrimaryKeys<T> object.

Returns

string

A JSON string representation of the primary keys.

Type Parameters

T

The type of the entity.