How can I specify a custom user type for an identity property?
Prior to RC 1.0, I did something like the following:
Id ( x => x.Id, "ID" ).SetAttribute( "type", "MyKeyType" );
But SetAttribute is gone and I cannot find any exposed properties or
methods to set a custom type for the Identity property.
Thanks and keep up the good work.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" 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/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---