StorageMappingItemCollection.ComputeMappingHashValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
ComputeMappingHashValue()
Computes a hash value for the single container mapping in the collection.
public string ComputeMappingHashValue ();
member this.ComputeMappingHashValue : unit -> string
Public Function ComputeMappingHashValue () As String
Returns
A string that specifies the computed hash value.
Applies to
ComputeMappingHashValue(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);
member this.ComputeMappingHashValue : string * string -> string
Public Function ComputeMappingHashValue (conceptualModelContainerName As String, storeModelContainerName As String) As String
Parameters
- conceptualModelContainerName
- String
The name of a container in the conceptual model.
- storeModelContainerName
- String
The name of a container in the store model.
Returns
A string that specifies the computed hash value.
Applies to
Entity Framework