I want to do something like:

public IDictionary<string, QuoteProperty> Properties { get; set; }

<map name="Properties" cascade="all">
   <key column="PropertyId"/>
   <index column="Name" type="String"/>
   <one-to-many
      class="QuoteProperty"/>
</map >

Any hints are welcome, how to map this.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to