Fluent NHibernate Generated.Insert does not work as expected -


I want to automatically generate a number for an entity from database with the following mapping :

  Map (m = & gt; m.) .. No. (). Read only (). Unique () Generate Insert ();   

Why is not the type generated for the type " no " type?

This is not an identity pillar. >

You marked it only for reading ()? So this value is not going to be included or updated.

Comments