Hi, I have an entity with a IDictionary<DateTime, double> property that is mapped to GenericMapType<DateTime, double>.
At runtime, when getting the property's IType, how can I determine whether this IType is a GenericMapType. I would have expected an IType.IsMap property, similar to the IType.IsCollection property, but that doesn't exist. Any thoughts? Francois -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
