Table of Contents

Class PrimaryKeys<T>

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll
public class PrimaryKeys<T> : PrimaryKeys, 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

Type Parameters

T
Inheritance
PrimaryKeys<T>
Implements
Extension Methods

Constructors

PrimaryKeys()

Initializes a new instance of the PrimaryKeys<T> class.

PrimaryKeys(Expression<Func<T, object>>, object)

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

PrimaryKeys(string, object)

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

Methods

Clone()

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