Table of Contents

Method ToJsonWithParameter

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

ToJsonWithParameter(IPrimaryKey)

Converts the IPrimaryKey object to a JSON string with a parameter name.

public static string ToJsonWithParameter(this IPrimaryKey iPrimaryKey)

Parameters

iPrimaryKey IPrimaryKey

The IPrimaryKey object.

Returns

string

A JSON string representation of the primary keys with a parameter name.