EntityKey Constructor (String^, String^, Object^)
.NET Framework (current version)
Initializes a new instance of the EntityKey class with an entity set name and specific entity key pair.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- qualifiedEntitySetName
-
Type:
System::String^
A String that is the entity set name qualified by the entity container name.
- keyName
-
Type:
System::String^
A String that is the name of the key.
- keyValue
-
Type:
System::Object^
An Object that is the key value.
This example is based on the AdventureWorks Sales Model. The example shows you how to create and use an EntityKey.
.NET Framework
Available since 3.5
Available since 3.5
Show: