EntityKey Constructor
.NET Framework 4.5
Initializes a new instance of the EntityKey class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
EntityKey() | Initializes a new instance of the EntityKey class. |
|
EntityKey(String, IEnumerable<KeyValuePair<String, Object>>) | Initializes a new instance of the EntityKey class with an entity set name and a generic KeyValuePair collection. |
|
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, String, Object) | Initializes a new instance of the EntityKey class with an entity set name and specific entity key pair. |