IDbModelCacheKey Interface

 

Represents a key value that uniquely identifies an Entity Framework model that has been loaded into memory.

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

public interface IDbModelCacheKey

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the current cached model key is equal to the specified cached model key.

System_CAPS_pubmethodGetHashCode()

Returns the hash function for this cached model key.