Table of Contents

Class PrimaryKeys

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

Represents a dictionary of primary keys for an entity.

public class PrimaryKeys : Dictionary<string, object>, IDictionary, ICollection, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, ISerializable, IDeserializationCallback, IPrimaryKey, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ICloneable
Inheritance
PrimaryKeys
Implements
Derived
Extension Methods

Constructors

PrimaryKeys()

Initializes a new instance of the PrimaryKeys class.

PrimaryKeys(string, object)

Initializes a new instance of the PrimaryKeys class with a key-value pair.

Methods

Clone()

Creates a new instance of the PrimaryKeys class that is a deep copy of the current instance.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.