EntityKeyMember Constructor (String^, Object^)

 

Initializes a new instance of the EntityKeyMember class with the specified entity key pair.

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

public:
EntityKeyMember(
	String^ keyName,
	Object^ keyValue
)

Parameters

keyName
Type: System::String^

The name of the key.

keyValue
Type: System::Object^

The key value.

.NET Framework
Available since 3.5
Return to top
Show: