Sorry again, but I just can't seem to find a good example of this
anywhere.
I created a QuantityUserType : ICompositeUserType and am trying to map
it and am running into problems knowing which columns to use.
My thought from an exploration of the interface is that it would be
something like this:
var quatityType = s.Map(x =>
x.TargetQuantity).CustomTypeIs<QuantityType>();
quatityType.ColumnNames.Add("TARGET_QTY", "UOM_ID");
but this is giving me a .KeyNotFoundException during session factory
configuration. How am I supposed to do this mapping?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---