Method ConvertToPrimaryKeysFromJson
ConvertToPrimaryKeysFromJson<T>(string)
Converts a JSON string representation of PrimaryKeys<T> to an instance of PrimaryKeys<T>.
public static PrimaryKeys<T> ConvertToPrimaryKeysFromJson<T>(string primaryKeyJson) where T : class
Parameters
primaryKeyJson
stringThe JSON string representation of the primary keys.
Returns
- PrimaryKeys<T>
An instance of PrimaryKeys<T>.
Type Parameters
T
The type of the entity.