The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbEntityEntry::GetHashCode Method ()
Entity Framework 6.0
Returns a hash code for this instance.
Assembly: EntityFramework (in EntityFramework.dll)
public: [EditorBrowsableAttribute(EditorBrowsableState::Never)] virtual int GetHashCode() override
Return Value
Type: System::Int32A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Show: