StorageMappingItemCollection.ComputeMappingHashValue Method

 

Computes a hash value for the single container mapping in the collection.

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

NameDescription
System_CAPS_pubmethodComputeMappingHashValue()

Computes a hash value for the single container mapping in the collection.

System_CAPS_pubmethodComputeMappingHashValue(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.

public string ComputeMappingHashValue()

Return Value

Type: System.String

A string that specifies the computed hash value.


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.

Return Value

Type: System.String

A string that specifies the computed hash value.