EntityKey Methods
.NET Framework 4.5
The EntityKey type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(EntityKey) | Returns a value that indicates whether this instance is equal to a specified EntityKey. |
|
Equals(Object) | Returns a value that indicates whether this instance is equal to a specified object. (Overrides Object.Equals(Object).) |
|
GetEntitySet | Gets the entity set for this entity key from the given metadata workspace. |
|
GetHashCode | Serves as a hash function for the current EntityKey object. GetHashCode is suitable for hashing algorithms and data structures such as a hash table. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
OnDeserialized | Helper method that is used to deserialize an EntityKey. |
|
OnDeserializing | Helper method that is used to deserialize an EntityKey. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |