EdmMetadata.ModelHash Property

 

Gets or sets the model hash which is used to check whether the model has changed since the database was created from it.

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

public string ModelHash {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.String

The model hash.