StorageMappingItemCollection.ComputeMappingHashValue Method
Computes a hash value for the single container mapping in the collection.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ComputeMappingHashValue() | Computes a hash value for the single container mapping in the collection. |
![]() | ComputeMappingHashValue(String, String) | Computes a hash value for the container mapping specified by the names of the mapped containers. |
StorageMappingItemCollection.ComputeMappingHashValue Method ()
Computes a hash value for the single container mapping in the collection.
StorageMappingItemCollection.ComputeMappingHashValue Method (String, String)
Computes a hash value for the container mapping specified by the names of the mapped containers.
public string ComputeMappingHashValue( string conceptualModelContainerName, string storeModelContainerName )
Parameters
- conceptualModelContainerName
-
Type:
System.String
The name of a container in the conceptual model.
- storeModelContainerName
-
Type:
System.String
The name of a container in the store model.