EntityKey Constructor (String^, IEnumerable<EntityKeyMember^>^)
.NET Framework (current version)
Initializes a new instance of the EntityKey class with an entity set name and an IEnumerable<T> collection of EntityKeyMember objects.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public:
EntityKey(
String^ qualifiedEntitySetName,
IEnumerable<EntityKeyMember^>^ entityKeyValues
)
Parameters
- qualifiedEntitySetName
-
Type:
System::String^
A String that is the entity set name qualified by the entity container name.
- entityKeyValues
-
Type:
System.Collections.Generic::IEnumerable<EntityKeyMember^>^
An IEnumerable<T> collection of EntityKeyMember objects with which to initialize the key.
.NET Framework
Available since 3.5
Available since 3.5
Show: