The Java version can deal simply with this but not the .NET version (in a future release).
A solution will be to use a select attribute
<result property="..." column="..." select=".." />
Another is tu use a discriminator element.

Reply via email to