ASP.NET MVC3 code first project.
In my class definition how do I set the Identity seed value.
public class Account
{
[Key]
public int Id { get; set; }
What would be the syntax to set the Identity seed to 1000000?
Thank you
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…