>From your mapping you are trying to do something like the following.
class PropertySet
{
int ID;
string Name;
IDictionary<Property, PropertyValue> Properties;
}
IMO this doesn't make any sense. You have already mapped property values
under property so that is already accessible so why this construction? This
would only make sense when there is not relation between property and
propertyvalue.
--
Ramon
--
You received this message because you are subscribed to the Google Groups
"nhusers" 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/nhusers?hl=en.