流畅的nhibernate id起始号
我正在使用 Fluent NHIbernate 开发一个应用程序。我在思考一个小问题。 Fluent NHibernate 是否从 0 或 1 开始 Id 编号...插入到数据库中的第一个元素的(映射的)Id 值是多少。
抱歉这个菜鸟问题:/
I am developing an application using Fluent NHIbernate. I was thinking about a small issue. Is Fluent NHibernate starting Id numberes from 0 or 1... What is the value of the (mapped) Id for the first element inserted into the database.
sorry for the noob question :/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,它不是 Fluent NHibernate 会填充第一个插入行的值,它的 nhibernate 取决于 您配置的生成器。
如果您使用 Identity 或 Native,第一行可能是 1。
Well, its not Fluent NHibernate that will populate the value of first inserted row, its nhibernate and it depends on the generator you configured.
If you use identity or native, the first row its probably 1.