EntityKeyMember Class

 

Information about a key that is part of an EntityKey. A key member contains the key name and value.

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

System.Object
  System.Data.Entity.Core.EntityKeyMember

[SerializableAttribute]
[DataContractAttribute]
public class EntityKeyMember

NameDescription
System_CAPS_pubmethodEntityKeyMember()

Creates an empty EntityKeyMember. This constructor is used by serialization.

System_CAPS_pubmethodEntityKeyMember(String, Object)

Creates a new EntityKeyMember with the specified key name and value.

NameDescription
System_CAPS_pubpropertyKey

The key name

System_CAPS_pubpropertyValue

The key value

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the EntityKeyMember (Overrides Object.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.