You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fluent NHibernate
Hello,
I wonder whether there is an FNH extension which offers something like MapIf a conditional mapping if the type in question via expression etc matches a condition. Might also say something like a constraint if possible MapIf<C>(...) i.e. something like `T is a C` in reflection terms.
I have couple of cases where such a cross cutting concern might be interesting to consider.