IDbModelCacheKey Interface

Definition

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

public interface IDbModelCacheKey
type IDbModelCacheKey = interface
Public Interface IDbModelCacheKey

Methods

Equals(Object)

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

GetHashCode()

Returns the hash function for this cached model key.

Applies to