EntityKey Constructor
.NET Framework (current version)
Initializes a new instance of the EntityKey class.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | EntityKey() | Initializes a new instance of the EntityKey class. |
![]() | EntityKey(String^, IEnumerable<EntityKeyMember^>^) | Initializes a new instance of the EntityKey class with an entity set name and an IEnumerable<T> collection of EntityKeyMember objects. |
![]() | EntityKey(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. |
![]() | EntityKey(String^, String^, Object^) | Initializes a new instance of the EntityKey class with an entity set name and specific entity key pair. |
Show:
