EntityKeyMember Class
Information about a key that is part of an EntityKey. A key member contains the key name and value.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | EntityKeyMember() | Creates an empty EntityKeyMember. This constructor is used by serialization. |
![]() | EntityKeyMember(String, Object) | Creates a new EntityKeyMember with the specified key name and value. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | 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.