Table of Contents

Method ToJson

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

ToJson(IPrimaryKey)

Converts the IPrimaryKey object to a JSON string.

public static string ToJson(this IPrimaryKey iPrimaryKey)

Parameters

iPrimaryKey IPrimaryKey

The IPrimaryKey object.

Returns

string

A JSON string representation of the primary keys.