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 :/
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.