EntityKey Methods
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| 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(MetadataWorkspace^) | 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() | |
![]() | OnDeserialized(StreamingContext) | Helper method that is used to deserialize an EntityKey. |
![]() | OnDeserializing(StreamingContext) | Helper method that is used to deserialize an EntityKey. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
