EntityKey Constructor

 

Initializes a new instance of the EntityKey class.

Namespace:   System.Data
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

NameDescription
System_CAPS_pubmethodEntityKey()

Initializes a new instance of the EntityKey class.

System_CAPS_pubmethodEntityKey(String^, IEnumerable<EntityKeyMember^>^)

Initializes a new instance of the EntityKey class with an entity set name and an IEnumerable<T> collection of EntityKeyMember objects.

System_CAPS_pubmethodEntityKey(String^, IEnumerable<KeyValuePair<String^, Object^>>^)

Initializes a new instance of the EntityKey class with an entity set name and a generic T:System.Collections.Generic.KeyValuePair collection.

System_CAPS_pubmethodEntityKey(String^, String^, Object^)

Initializes a new instance of the EntityKey class with an entity set name and specific entity key pair.

Return to top
Show: