Object Inheritance
Are there any plans to support inheritance within DLinq, and if so what mappings will be available to persist the objects (particularly the derived types)
BTW, great work so far, this is going to greatly simplify DB work
Cheers,
Steve
Apparently there is limited support planned for the very near future. At a minimum mapping an inheritance hierarchy to a single table with a descriminator column will be supported. I would hope that others (map concrete class to its own table) would also be supported.
The polymorphic query is an absolute requirement, IMHO.
Dave Foderick