Method GetKeysFacadeFromJson
GetKeysFacadeFromJson(string)
Converts a JSON string representation of PrimaryKeysFacade to an instance of PrimaryKeysFacade.
public static PrimaryKeysFacade GetKeysFacadeFromJson(string primaryKeyJson)
Parameters
primaryKeyJson
stringThe JSON string representation of the primary keys.
Returns
- PrimaryKeysFacade
An instance of PrimaryKeysFacade.