DatabaseGeneratedConfiguration.StoreGeneratedPattern Property
Gets or sets the pattern used to generate values for the property in the database.
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.StoreGeneratedPatternThe pattern used to generate values for the property in the database.