Interface IPrimaryKey
Represents the primary key of an entity.
[JsonConverter(typeof(IPrimaryKeysJsonConverter))]
public interface IPrimaryKey : IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ICloneable
- Extension Methods
Remarks
This interface extends IDictionary<TKey, TValue> and ICloneable.