I don't see it but maybe I'm missing something.
In terms of polymorphism, I'm thinking of an example where you may have an interface or base type defined as 'Artifact' ... which entities are specifically defined as 'Document', 'Audio', 'Video' etc.... All these specific entities are artifacts and I'd like the ability to iterate and use them as such. Is that possible?
In terms of inheritance, is any form of inheritance supported by subsonic? The most common form I've seen is single-table inheritance using a discriminator column ... is that supported?
Thanks - wgpubs