asp.net-mvc-3 – dataannotations在主键上设置标识种子值,代码优先

ASP.NET MVC3代码第一个项目. 在我的类定义中如何设置Identity种子值. public class Account { [Key] public int Id { get; set; } 将Identity种子设置为1000000的语法是什么? 谢谢 谢谢Craig,看了 https://stackoverflow.com/a/5974656/968301

返回顶部