DatabaseGeneratedConfiguration.StoreGeneratedPattern Property

 

Gets or sets the pattern used to generate values for the property in the database.

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

public StoreGeneratedPattern StoreGeneratedPattern {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.StoreGeneratedPattern

The pattern used to generate values for the property in the database.