This code generates exception that type was not specified:
[Id(0, Column = "_id")]
[Generator(1, Class = "native")]
public long Id { ... }
This does not:
[Id(0, Column = "_id", TypeType = typeof(long))]
[Generator(1, Class = "native")]
public long Id { ... }
Why? Properties determine their types quite fine..
--
You received this message because you are subscribed to the Google Groups
"NHibernate Contrib - Development Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhcdevs?hl=en.