Method ToJson
ToJson(IPrimaryKey)
Converts the IPrimaryKey object to a JSON string.
public static string ToJson(this IPrimaryKey iPrimaryKey)
Parameters
iPrimaryKey
IPrimaryKeyThe IPrimaryKey object.
Returns
- string
A JSON string representation of the primary keys.